@contio/partner-sdk - v1.7.1
    Preparing search index...

    Type Alias ContextSourceFormat

    ContextSourceFormat:
        | "json"
        | "csv"
        | "tsv"
        | "xml"
        | "html"
        | "yaml"
        | "md"
        | "txt"

    Accepted source formats for context document uploads.

    Each value corresponds to the text-based serialisation of the uploaded file. The server validates file contents against the declared format.

    Format Typical use-case
    json Structured data, API payloads
    csv Tabular data exports
    tsv Tab-separated tabular data
    xml Configuration files, data interchange
    html Web page content, rich-text exports
    yaml Configuration, structured notes
    md Markdown documents, meeting agendas
    txt Plain text notes, transcripts