We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90f80a2 commit 8ec13a5Copy full SHA for 8ec13a5
packages/vertexai/src/types/requests.ts
@@ -145,10 +145,10 @@ export declare interface FunctionDeclaration {
145
*/
146
name: string;
147
/**
148
- * Optional. Description and purpose of the function. Model uses it to decide
+ * Description and purpose of the function. Model uses it to decide
149
* how and whether to call the function.
150
151
- description?: string;
+ description: string;
152
153
* Optional. Describes the parameters to this function in JSON Schema Object
154
* format. Reflects the Open API 3.03 Parameter Object. Parameter names are
0 commit comments