From 59bc5f547ba4d82f0ffb21f7358560254916f2dc Mon Sep 17 00:00:00 2001 From: Minh-Anh Phan <111523473+minhanh-phan@users.noreply.github.com> Date: Thu, 14 Mar 2024 15:00:13 -0700 Subject: [PATCH] Update comment Co-authored-by: Deyaaeldeen Almahallawi --- sdk/openai/openai/sources/customizations/models/models.ts | 2 +- sdk/openai/openai/src/models/models.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk/openai/openai/sources/customizations/models/models.ts b/sdk/openai/openai/sources/customizations/models/models.ts index d91c59791cdc..4381b9a33d23 100644 --- a/sdk/openai/openai/sources/customizations/models/models.ts +++ b/sdk/openai/openai/sources/customizations/models/models.ts @@ -287,7 +287,7 @@ export interface ChatCompletionsFunctionToolCall { function: FunctionCall; /** The ID of the tool call. */ id: string; - /** The index of the tool calls. */ + /** The index of the tool call. */ index?: number; } diff --git a/sdk/openai/openai/src/models/models.ts b/sdk/openai/openai/src/models/models.ts index 5a9afade1ba7..647feb0ec7f7 100644 --- a/sdk/openai/openai/src/models/models.ts +++ b/sdk/openai/openai/src/models/models.ts @@ -490,7 +490,7 @@ export interface ChatCompletionsFunctionToolCall { function: FunctionCall; /** The ID of the tool call. */ id: string; - /** The index of the tool calls. */ + /** The index of the tool call. */ index?: number; }