Class GeminiGroundingMetadata
Metadata returned to client when grounding is enabled.
public class GeminiGroundingMetadata
- Inheritance
-
objectGeminiGroundingMetadata
- Extension Methods
Fields
GroundingChunks
List of supporting references retrieved from specified grounding source.
public GeminiGroundingChunk[] GroundingChunks
Field Value
GroundingSupports
List of grounding support.
public GeminiGroundingSupport[] GroundingSupports
Field Value
RetrievalMetadata
Metadata related to retrieval in the grounding flow.
public GeminiRetrievalMetadata RetrievalMetadata
Field Value
SearchEntryPoint
Google search entry for the following-up web searches.
public GeminiSearchEntryPoint SearchEntryPoint
Field Value
WebSearchQueries
Web search queries for the following-up web search.
public string[] WebSearchQueries
Field Value
- string[]