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
2323| Property | Type | Description |
2424| --- | --- | --- |
2525| [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 )<!-- -->) . |
2727
2828## AIOptions .appCheck
2929
@@ -37,7 +37,7 @@ appCheck?: AppCheckOptions;
3737
3838## AIOptions .backend
3939
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 )<!-- -->) .
4141
4242<b >Signature :</b >
4343
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ export type BackendType = (typeof BackendType)[keyof typeof BackendType];
9494export interface AIOptions {
9595 /**
9696 * 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}) .
9898 */
9999 backend ?: Backend ;
100100 /**
Original file line number Diff line number Diff line change 11/**
22 * @license
3- * Copyright 2019 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.
You can’t perform that action at this time.
0 commit comments