Skip to content

Latest commit

 

History

History
55 lines (39 loc) · 1.33 KB

vertexai.groundingmetadata.md

File metadata and controls

55 lines (39 loc) · 1.33 KB

Project: /docs/reference/js/_project.yaml Book: /docs/reference/_book.yaml page_type: reference

{% comment %} DO NOT EDIT THIS FILE! This is generated by the JS SDK team, and any local changes will be overwritten. Changes should be made in the source code at https://github.com/firebase/firebase-js-sdk {% endcomment %}

GroundingMetadata interface

Metadata returned to client when grounding is enabled.

Signature:

export interface GroundingMetadata 

Properties

Property Type Description
groundingAttributions GroundingAttribution[]
retrievalQueries string[]
webSearchQueries string[]

GroundingMetadata.groundingAttributions

Warning: This API is now obsolete.

Signature:

groundingAttributions: GroundingAttribution[];

GroundingMetadata.retrievalQueries

Signature:

retrievalQueries?: string[];

GroundingMetadata.webSearchQueries

Signature:

webSearchQueries?: string[];