Search Results for

    Show / Hide Table of Contents

    Class Citation

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

    Properties

    | Edit this page View Source

    Location

    Optional. The precise location within the source document where the cited content can be found, including character positions, page numbers, or chunk identifiers.

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

    Source

    Optional. The source from the original search result that provided the cited content.

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

    SourceContent

    Optional. The specific content from the source document that was referenced or cited in the generated response.

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

    Title

    Optional. The title or identifier of the source document being cited.

    Declaration
    [JsonProperty("title")]
    public string Title { get; set; }
    Property Value
    Type Description
    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