Skip to content

Commit 5594ebc

Browse files
authored
Replace 'Vertex AI For Firebase' usage with 'Vertex AI in Firebase' (#8394)
1 parent c6a8851 commit 5594ebc

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

docs-devsite/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ https://github.com/firebase/firebase-js-sdk
2727
| [@firebase/performance](./performance.md#performance_package) | The Firebase Performance Monitoring Web SDK. This SDK does not work in a Node.js environment. |
2828
| [@firebase/remote-config](./remote-config.md#remote-config_package) | The Firebase Remote Config Web SDK. This SDK does not work in a Node.js environment. |
2929
| [@firebase/storage](./storage.md#storage_package) | Cloud Storage for Firebase |
30-
| [@firebase/vertexai-preview](./vertexai-preview.md#vertexai-preview_package) | The Vertex AI For Firebase Web SDK. |
30+
| [@firebase/vertexai-preview](./vertexai-preview.md#vertexai-preview_package) | The Vertex AI in Firebase Web SDK. |
3131

docs-devsite/vertexai-preview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ https://github.com/firebase/firebase-js-sdk
1010
{% endcomment %}
1111

1212
# vertexai-preview package
13-
The Vertex AI For Firebase Web SDK.
13+
The Vertex AI in Firebase Web SDK.
1414

1515
## Functions
1616

@@ -27,7 +27,7 @@ The Vertex AI For Firebase Web SDK.
2727
| --- | --- |
2828
| [ChatSession](./vertexai-preview.chatsession.md#chatsession_class) | ChatSession class that enables sending chat messages and stores history of sent and received messages so far. |
2929
| [GenerativeModel](./vertexai-preview.generativemodel.md#generativemodel_class) | Class for generative model APIs. |
30-
| [VertexAIError](./vertexai-preview.vertexaierror.md#vertexaierror_class) | Error class for the Vertex AI for Firebase SDK. |
30+
| [VertexAIError](./vertexai-preview.vertexaierror.md#vertexaierror_class) | Error class for the Vertex AI in Firebase SDK. |
3131

3232
## Enumerations
3333

@@ -90,8 +90,8 @@ The Vertex AI For Firebase Web SDK.
9090
| [TextPart](./vertexai-preview.textpart.md#textpart_interface) | Content part interface if the part represents a text string. |
9191
| [ToolConfig](./vertexai-preview.toolconfig.md#toolconfig_interface) | Tool config. This config is shared for all tools provided in the request. |
9292
| [UsageMetadata](./vertexai-preview.usagemetadata.md#usagemetadata_interface) | Usage metadata about a [GenerateContentResponse](./vertexai-preview.generatecontentresponse.md#generatecontentresponse_interface)<!-- -->. |
93-
| [VertexAI](./vertexai-preview.vertexai.md#vertexai_interface) | An instance of the Vertex AI for Firebase SDK. |
94-
| [VertexAIOptions](./vertexai-preview.vertexaioptions.md#vertexaioptions_interface) | Options when initializing the Vertex AI for Firebase SDK. |
93+
| [VertexAI](./vertexai-preview.vertexai.md#vertexai_interface) | An instance of the Vertex AI in Firebase SDK. |
94+
| [VertexAIOptions](./vertexai-preview.vertexaioptions.md#vertexaioptions_interface) | Options when initializing the Vertex AI in Firebase SDK. |
9595
| [VideoMetadata](./vertexai-preview.videometadata.md#videometadata_interface) | Describes the input video content. |
9696
| [WebAttribution](./vertexai-preview.webattribution.md#webattribution_interface) | |
9797

docs-devsite/vertexai-preview.vertexai.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ https://github.com/firebase/firebase-js-sdk
1010
{% endcomment %}
1111

1212
# VertexAI interface
13-
An instance of the Vertex AI for Firebase SDK.
13+
An instance of the Vertex AI in Firebase SDK.
1414

1515
<b>Signature:</b>
1616

docs-devsite/vertexai-preview.vertexaierror.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ https://github.com/firebase/firebase-js-sdk
1010
{% endcomment %}
1111

1212
# VertexAIError class
13-
Error class for the Vertex AI for Firebase SDK.
13+
Error class for the Vertex AI in Firebase SDK.
1414

1515
<b>Signature:</b>
1616

docs-devsite/vertexai-preview.vertexaioptions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ https://github.com/firebase/firebase-js-sdk
1010
{% endcomment %}
1111

1212
# VertexAIOptions interface
13-
Options when initializing the Vertex AI for Firebase SDK.
13+
Options when initializing the Vertex AI in Firebase SDK.
1414

1515
<b>Signature:</b>
1616

packages/vertexai/src/errors.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import { VertexAIErrorCode, CustomErrorData } from './types';
2020
import { VERTEX_TYPE } from './constants';
2121

2222
/**
23-
* Error class for the Vertex AI for Firebase SDK.
23+
* Error class for the Vertex AI in Firebase SDK.
2424
*
2525
* @public
2626
*/

packages/vertexai/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* The Vertex AI For Firebase Web SDK.
2+
* The Vertex AI in Firebase Web SDK.
33
*
44
* @packageDocumentation
55
*/

packages/vertexai/src/public-types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import { FirebaseApp } from '@firebase/app';
2020
export * from './types';
2121

2222
/**
23-
* An instance of the Vertex AI for Firebase SDK.
23+
* An instance of the Vertex AI in Firebase SDK.
2424
* @public
2525
*/
2626
export interface VertexAI {
@@ -32,7 +32,7 @@ export interface VertexAI {
3232
}
3333

3434
/**
35-
* Options when initializing the Vertex AI for Firebase SDK.
35+
* Options when initializing the Vertex AI in Firebase SDK.
3636
* @public
3737
*/
3838
export interface VertexAIOptions {

0 commit comments

Comments
 (0)