Strands Agents Typescript SDK
    Preparing search index...

    Type Alias DocumentSource

    DocumentSource:
        | { type: "documentSourceBytes"; bytes: Uint8Array }
        | { type: "documentSourceText"; text: string }
        | { type: "documentSourceContentBlock"; content: DocumentContentBlock[] }
        | { type: "documentSourceS3Location"; s3Location: S3Location }

    Source for a document (Class version).