Class GroundingMetadata
Inherited Members
Namespace: Glitch9.AIDevKit.Google
Assembly: Glitch9.AIDevKit.Provider.Google.dll
Syntax
public class GroundingMetadata
Properties
| Edit this page View SourceGroundingChunks
Required. List of supporting references retrieved from specified grounding source.
Declaration
[JsonProperty("groundingChunks")]
public List<GroundingChunk> GroundingChunks { get; set; }
Property Value
| Type | Description |
|---|---|
| List<GroundingChunk> |
GroundingSupports
Required. List of grounding support.
Declaration
[JsonProperty("groundingSupports")]
public List<GroundingSupport> GroundingSupports { get; set; }
Property Value
| Type | Description |
|---|---|
| List<GroundingSupport> |
RetrievalMetadata
Required. Metadata related to retrieval in the grounding flow.
Declaration
[JsonProperty("retrievalMetadata")]
public RetrievalMetadata RetrievalMetadata { get; set; }
Property Value
| Type | Description |
|---|---|
| RetrievalMetadata |
SearchEntryPoint
Optional. Google search entry for the following-up web searches.
Declaration
[JsonProperty("searchEntryPoint")]
public SearchEntryPoint SearchEntryPoint { get; set; }
Property Value
| Type | Description |
|---|---|
| SearchEntryPoint |
WebSearchQueries
Required. Web search queries for the following-up web search.
Declaration
[JsonProperty("webSearchQueries")]
public List<string> WebSearchQueries { get; set; }
Property Value
| Type | Description |
|---|---|
| List<string> |