Strands Agents Typescript SDK
    Preparing search index...

    Interface DocumentBlockData

    Data for a document block.

    interface DocumentBlockData {
        name: string;
        format: DocumentFormat;
        source: DocumentSourceData;
        citations?: { enabled: boolean };
        context?: string;
    }

    Implemented by

    Index

    Properties

    name: string

    Document name.

    Document format.

    Document source.

    citations?: { enabled: boolean }

    Citation configuration.

    context?: string

    Context information for the document.