Strands Agents Typescript SDK
    Preparing search index...

    Type Alias CitationSourceContent

    Source content referenced by a citation. Modeled as a union type for future extensibility.

    type CitationSourceContent = {
        text: string;
    }
    Index

    Properties

    Properties

    text: string