Skip to content

Commit 2f69ff7

Browse files
committed
update api report
1 parent a5dde6b commit 2f69ff7

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
@@ -573,7 +573,7 @@ export type Tool = FunctionDeclarationsTool;
573573
// @public
574574
export interface ToolConfig {
575575
// (undocumented)
576-
functionCallingConfig: FunctionCallingConfig;
576+
functionCallingConfig?: FunctionCallingConfig;
577577
}
578578

579579
// @public

0 commit comments

Comments
 (0)