Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fixed typo in documentation
  • Loading branch information
jpalvarezl committed Jun 5, 2024
commit e7b520aaa5f571dfbdc8eb9800571fc3b9c1025c
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