Skip to content

Commit 3a0299c

Browse files
committed
Add @deprecated to GroudingAttribution interface.
1 parent f2a2bcf commit 3a0299c

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

common/api-review/vertexai.api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ export function getImagenModel(vertexAI: VertexAI, modelParams: ImagenModelParam
352352
// @public
353353
export function getVertexAI(app?: FirebaseApp, options?: VertexAIOptions): VertexAI;
354354

355-
// @public (undocumented)
355+
// @public @deprecated (undocumented)
356356
export interface GroundingAttribution {
357357
// (undocumented)
358358
confidenceScore?: number;

docs-devsite/vertexai.groundingattribution.md

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

1212
# GroundingAttribution interface
13+
> Warning: This API is now obsolete.
14+
>
15+
>
1316
1417
<b>Signature:</b>
1518

packages/vertexai/src/types/responses.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ export interface GroundingMetadata {
160160
}
161161

162162
/**
163+
* @deprecated
163164
* @public
164165
*/
165166
export interface GroundingAttribution {

0 commit comments

Comments
 (0)