Skip to content

Commit

Permalink
update api report
Browse files Browse the repository at this point in the history
  • Loading branch information
hsubox76 committed Sep 24, 2024
1 parent 76836b1 commit 144ecd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/api-review/vertexai.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ export interface FunctionCallPart {

// @public
export interface FunctionDeclaration {
description?: string;
description: string;
name: string;
parameters?: FunctionDeclarationSchema;
}
Expand Down

0 comments on commit 144ecd4

Please sign in to comment.