Strands Agents Typescript SDK
    Preparing search index...

    Type Alias CitationGeneratedContent

    Generated content associated with a citation. Modeled as a union type for future extensibility.

    type CitationGeneratedContent = {
        text: string;
    }
    Index

    Properties

    Properties

    text: string