Strands Agents Typescript SDK
    Preparing search index...

    Type Alias DocumentFormat

    DocumentFormat:
        | "pdf"
        | "csv"
        | "doc"
        | "docx"
        | "xls"
        | "xlsx"
        | "html"
        | "txt"
        | "md"
        | "json"
        | "xml"

    Document format type.