File tree Expand file tree Collapse file tree
data-plane/OpenAI.Assistants/OpenApiV3/2024-05-01-preview Expand file tree Collapse file tree Original file line number Diff line number Diff 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 )
296296model FunctionName {
297297 /** The name of the function to call */
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments