Skip to content

Commit

Permalink
Fixed typo in documentation (Azure#29341)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpalvarezl committed Jun 5, 2024
1 parent 32f566e commit 336fc73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion specification/ai/OpenAI.Assistants/tools/models.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ union AssistantsNamedToolChoiceType {
fileSearch: "file_search",
}

/** The function name that will be used, if using the `funtion` tool */
/** The function name that will be used, if using the `function` tool */
@added(ServiceApiVersions.v2024_05_01_preview)
model FunctionName {
/** The name of the function to call */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2072,7 +2072,7 @@ components:
name:
type: string
description: The name of the function to call
description: The function name that will be used, if using the `funtion` tool
description: The function name that will be used, if using the `function` tool
FunctionToolDefinition:
type: object
required:
Expand Down

0 comments on commit 336fc73

Please sign in to comment.