File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed
packages/vertexai/src/types Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -366,7 +366,7 @@ export interface GroundingAttribution {
366366
367367// @public
368368export interface GroundingMetadata {
369- // (undocumented)
369+ // @deprecated (undocumented)
370370 groundingAttributions: GroundingAttribution [];
371371 // (undocumented)
372372 retrievalQueries? : string [];
Original file line number Diff line number Diff line change @@ -28,6 +28,10 @@ export interface GroundingMetadata
2828
2929## GroundingMetadata .groundingAttributions
3030
31+ > Warning : This API is now obsolete .
32+ >
33+ >
34+
3135<b >Signature :</b >
3236
3337```typescript
Original file line number Diff line number Diff line change @@ -153,6 +153,9 @@ export interface Citation {
153153export interface GroundingMetadata {
154154 webSearchQueries ?: string [ ] ;
155155 retrievalQueries ?: string [ ] ;
156+ /**
157+ * @deprecated
158+ */
156159 groundingAttributions : GroundingAttribution [ ] ;
157160}
158161
You can’t perform that action at this time.
0 commit comments