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 8a38479 commit 389166eCopy full SHA for 389166e
1 file changed
packages/ai/lib/types/enums.ts
@@ -1,6 +1,6 @@
1
/**
2
* @license
3
- * Copyright 2024 Google LLC
+ * Copyright 2025 Google LLC
4
*
5
* Licensed under the Apache License, Version 2.0 (the "License");
6
* you may not use this file except in compliance with the License.
@@ -202,6 +202,8 @@ export enum FinishReason {
202
}
203
204
205
+ * Function calling mode for the model.
206
+ *
207
* @public
208
*/
209
export enum FunctionCallingMode {
0 commit comments