From e7b520aaa5f571dfbdc8eb9800571fc3b9c1025c Mon Sep 17 00:00:00 2001 From: Jose Alvarez Date: Wed, 5 Jun 2024 18:32:39 +0200 Subject: [PATCH] Fixed typo in documentation --- specification/ai/OpenAI.Assistants/tools/models.tsp | 2 +- .../OpenApiV3/2024-05-01-preview/assistants_generated.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/ai/OpenAI.Assistants/tools/models.tsp b/specification/ai/OpenAI.Assistants/tools/models.tsp index 7b0118649f98..72e17b73dae6 100644 --- a/specification/ai/OpenAI.Assistants/tools/models.tsp +++ b/specification/ai/OpenAI.Assistants/tools/models.tsp @@ -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 */ diff --git a/specification/ai/data-plane/OpenAI.Assistants/OpenApiV3/2024-05-01-preview/assistants_generated.yaml b/specification/ai/data-plane/OpenAI.Assistants/OpenApiV3/2024-05-01-preview/assistants_generated.yaml index 050d1237ad90..bb72844194ac 100644 --- a/specification/ai/data-plane/OpenAI.Assistants/OpenApiV3/2024-05-01-preview/assistants_generated.yaml +++ b/specification/ai/data-plane/OpenAI.Assistants/OpenApiV3/2024-05-01-preview/assistants_generated.yaml @@ -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: