From 144ecd4d824d56676f9d647dd7cc641132cacef6 Mon Sep 17 00:00:00 2001 From: Christina Holland Date: Tue, 24 Sep 2024 10:10:07 -0700 Subject: [PATCH] update api report --- common/api-review/vertexai.api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/api-review/vertexai.api.md b/common/api-review/vertexai.api.md index 8c5a0f59fb6..f26051f427e 100644 --- a/common/api-review/vertexai.api.md +++ b/common/api-review/vertexai.api.md @@ -195,7 +195,7 @@ export interface FunctionCallPart { // @public export interface FunctionDeclaration { - description?: string; + description: string; name: string; parameters?: FunctionDeclarationSchema; }