AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class GroundingAttribution

    Attribution for a source that contributed to an answer.

    Inheritance
    object
    GroundingAttribution
    Namespace: Glitch9.AIDevKit.Google
    Assembly: .dll
    Syntax
    public class GroundingAttribution

    Properties

    Content

    Grounding source content that makes up this attribution.

    Declaration
    public Content Content { get; set; }
    Property Value
    Type Description
    Content

    SourceId

    Output only. Identifier for the source contributing to this attribution.

    Declaration
    public AttributionSourceId SourceId { get; set; }
    Property Value
    Type Description
    AttributionSourceId
    In this article
    Back to top Generated by DocFX