Skip to content

Commit 9ed8490

Browse files
committed
Update docs
1 parent e2ae331 commit 9ed8490

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs-devsite/ai.aioptions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

packages/ai/src/public-types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export type BackendType = (typeof BackendType)[keyof typeof BackendType];
9494
export 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
/**

packages/ai/test-utils/get-fake-firebase-services.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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.

0 commit comments

Comments
 (0)