File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ export interface AIOptions
23
23
| Property | Type | Description |
24
24
| --- | --- | --- |
25
25
| [appCheck ](./ai .aioptions .md #aioptionsappcheck ) | [AppCheckOptions ](./ai .appcheckoptions .md #appcheckoptions_interface ) | Configures App Check usage for this AI service instance . |
26
- | [backend ](./ai .aioptions .md #aioptionsbackend ) | [Backend ](./ai .backend .md #backend_class ) | The backend configuration to use for the AI service instance . Defaults to [GoogleAIBackend ](./ai .googleaibackend .md #googleaibackend_class )<!-- -->. |
26
+ | [backend ](./ai .aioptions .md #aioptionsbackend ) | [Backend ](./ai .backend .md #backend_class ) | The backend configuration to use for the AI service instance . Defaults to the Gemini Developer API backend ( [GoogleAIBackend ](./ai .googleaibackend .md #googleaibackend_class )<!-- -->) . |
27
27
28
28
## AIOptions .appCheck
29
29
@@ -37,7 +37,7 @@ appCheck?: AppCheckOptions;
37
37
38
38
## AIOptions .backend
39
39
40
- The backend configuration to use for the AI service instance . Defaults to [GoogleAIBackend ](./ai .googleaibackend .md #googleaibackend_class )<!-- -->.
40
+ The backend configuration to use for the AI service instance . Defaults to the Gemini Developer API backend ( [GoogleAIBackend ](./ai .googleaibackend .md #googleaibackend_class )<!-- -->) .
41
41
42
42
<b >Signature :</b >
43
43
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ export type BackendType = (typeof BackendType)[keyof typeof BackendType];
94
94
export interface AIOptions {
95
95
/**
96
96
* The backend configuration to use for the AI service instance.
97
- * Defaults to {@link GoogleAIBackend}.
97
+ * Defaults to the Gemini Developer API backend ( {@link GoogleAIBackend}) .
98
98
*/
99
99
backend ?: Backend ;
100
100
/**
Original file line number Diff line number Diff line change 1
1
/**
2
2
* @license
3
- * Copyright 2019 Google LLC
3
+ * Copyright 2025 Google LLC
4
4
*
5
5
* Licensed under the Apache License, Version 2.0 (the "License");
6
6
* you may not use this file except in compliance with the License.
You can’t perform that action at this time.
0 commit comments