Skip to content

Commit 144ecd4

Browse files
committed
update api report
1 parent 76836b1 commit 144ecd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/api-review/vertexai.api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ export interface FunctionCallPart {
195195

196196
// @public
197197
export interface FunctionDeclaration {
198-
description?: string;
198+
description: string;
199199
name: string;
200200
parameters?: FunctionDeclarationSchema;
201201
}

0 commit comments

Comments
 (0)