Skip to content

Commit 3ec922d

Browse files
jpalvarezlmarkcowl
authored andcommitted
Fixed typo in documentation (#29341)
1 parent efda639 commit 3ec922d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

specification/ai/OpenAI.Assistants/tools/models.tsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ union AssistantsNamedToolChoiceType {
291291
fileSearch: "file_search",
292292
}
293293

294-
/** The function name that will be used, if using the `funtion` tool */
294+
/** The function name that will be used, if using the `function` tool */
295295
@added(ServiceApiVersions.v2024_05_01_preview)
296296
model FunctionName {
297297
/** The name of the function to call */

specification/ai/data-plane/OpenAI.Assistants/OpenApiV3/2024-05-01-preview/assistants_generated.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2072,7 +2072,7 @@ components:
20722072
name:
20732073
type: string
20742074
description: The name of the function to call
2075-
description: The function name that will be used, if using the `funtion` tool
2075+
description: The function name that will be used, if using the `function` tool
20762076
FunctionToolDefinition:
20772077
type: object
20782078
required:

0 commit comments

Comments
 (0)