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 @@ -287,7 +287,7 @@ union AssistantsNamedToolChoiceType {
287287 fileSearch : "file_search" ,
288288}
289289
290- /** The function name that will be used, if using the `funtion ` tool */
290+ /** The function name that will be used, if using the `function ` tool */
291291@ added (ServiceApiVersions .v2024_05_01_preview )
292292model FunctionName {
293293 /** 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