Strands Agents Typescript SDK
    Preparing search index...

    Interface Citation

    A single citation linking generated content to a source location.

    interface Citation {
        location: CitationLocation;
        source: string;
        sourceContent: CitationSourceContent[];
        title: string;
    }
    Index

    Properties

    The location of the cited source.

    source: string

    The source identifier string.

    sourceContent: CitationSourceContent[]

    The source content referenced by this citation.

    title: string

    Title of the cited source.