Skip to content

Commit 5911872

Browse files
committed
Formatting
1 parent 0ec80d9 commit 5911872

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/ai/src/api.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export { AIErrorCode as VertexAIErrorCode };
4444
* @deprecated Use the new {@link AIModel} instead. The Vertex AI in Firebase SDK has been
4545
* replaced with the Firebase AI SDK to accommodate the evolving set of supported features and
4646
* services. For migration details, see the {@link https://firebase.google.com/docs/vertex-ai/migrate-to-latest-sdk | migration guide}.
47-
*
47+
*
4848
* Base class for Firebase AI model APIs.
4949
*
5050
* @public
@@ -55,9 +55,9 @@ export const VertexAIModel = AIModel;
5555
* @deprecated Use the new {@link AIError} instead. The Vertex AI in Firebase SDK has been
5656
* replaced with the Firebase AI SDK to accommodate the evolving set of supported features and
5757
* services. For migration details, see the {@link https://firebase.google.com/docs/vertex-ai/migrate-to-latest-sdk | migration guide}.
58-
*
58+
*
5959
* Error class for the Firebase AI SDK.
60-
*
60+
*
6161
* @public
6262
*/
6363
export const VertexAIError = AIError;

packages/ai/src/public-types.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export interface AI {
6060
backend: Backend;
6161
/**
6262
* @deprecated use `AI.backend.location` instead.
63-
*
63+
*
6464
* The location configured for this AI service instance, relevant for Vertex AI backends.
6565
*/
6666
location: string;

0 commit comments

Comments
 (0)