Skip to content

Commit 389166e

Browse files
russellwheatleymikehardy
authored andcommitted
docs(ai): inline docs for enums.ts
1 parent 8a38479 commit 389166e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

packages/ai/lib/types/enums.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @license
3-
* Copyright 2024 Google LLC
3+
* Copyright 2025 Google LLC
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.
@@ -202,6 +202,8 @@ export enum FinishReason {
202202
}
203203

204204
/**
205+
* Function calling mode for the model.
206+
*
205207
* @public
206208
*/
207209
export enum FunctionCallingMode {

0 commit comments

Comments
 (0)