Skip to content

Commit 408bdec

Browse files
committed
Fix typos
1 parent 65eca97 commit 408bdec

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

output/openapi/elasticsearch-openapi.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/openapi/elasticsearch-serverless-openapi.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema-serverless.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/inference/put_azureaistudio/PutAzureAiStudioRequest.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ import { Id } from '@_types/common'
2626
import { float, integer } from '@_types/Numeric'
2727

2828
/**
29-
* Create an OpenAI inference endpoint.
29+
* Create an Azure AI studio inference endpoint.
3030
*
31-
* Creates an inference endpoint to perform an inference task with the `azureaistudio` service.
31+
* Create an inference endpoint to perform an inference task with the `azureaistudio` service.
3232
*
3333
* When you create an inference endpoint, the associated machine learning model is automatically deployed if it is not already running.
3434
* After creating the endpoint, wait for the model deployment to complete before using it.
@@ -158,7 +158,7 @@ export class AzureAiStudioTaskSettings {
158158
top_p?: float
159159
/**
160160
* For a `text_embedding` task, specify the user issuing the request.
161-
* This informaiton can be used for abuse detection.
161+
* This information can be used for abuse detection.
162162
*/
163163
user?: string
164164
}

0 commit comments

Comments
 (0)