Skip to content
This repository was archived by the owner on Aug 26, 2025. It is now read-only.

Commit 336fc73

Browse files
authored
Fixed typo in documentation (Azure#29341)
1 parent 32f566e commit 336fc73

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

specification/ai/OpenAI.Assistants/tools/models.tsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)
292292
model FunctionName {
293293
/** The name of the function to call */

specification/ai/data-plane/OpenAI.Assistants/OpenApiV3/2024-05-01-preview/assistants_generated.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)