Search Results for

    Show / Hide Table of Contents

    Class GroundingMetadata

    Inheritance
    object
    GroundingMetadata
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.Google
    Assembly: Glitch9.AIDevKit.Provider.Google.dll
    Syntax
    public class GroundingMetadata

    Properties

    | Edit this page View Source

    GroundingChunks

    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>
    | Edit this page View Source

    GroundingSupports

    Required. List of grounding support.

    Declaration
    [JsonProperty("groundingSupports")]
    public List<GroundingSupport> GroundingSupports { get; set; }
    Property Value
    Type Description
    List<GroundingSupport>
    | Edit this page View Source

    RetrievalMetadata

    Required. Metadata related to retrieval in the grounding flow.

    Declaration
    [JsonProperty("retrievalMetadata")]
    public RetrievalMetadata RetrievalMetadata { get; set; }
    Property Value
    Type Description
    RetrievalMetadata
    | Edit this page View Source

    SearchEntryPoint

    Optional. Google search entry for the following-up web searches.

    Declaration
    [JsonProperty("searchEntryPoint")]
    public SearchEntryPoint SearchEntryPoint { get; set; }
    Property Value
    Type Description
    SearchEntryPoint
    | Edit this page View Source

    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>

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation