Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
Co-authored-by: Deyaaeldeen Almahallawi <[email protected]>
  • Loading branch information
minhanh-phan and deyaaeldeen authored Mar 14, 2024
1 parent 9a2db6d commit 59bc5f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sdk/openai/openai/sources/customizations/models/models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down
2 changes: 1 addition & 1 deletion sdk/openai/openai/src/models/models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 59bc5f5

Please sign in to comment.