@squidcloud/client
    Preparing search index...

    Type Alias AiKnowledgeBaseTextFormat

    AiKnowledgeBaseTextFormat: "auto" | "markdown" | "html" | "plain"

    Hint about the format of a text context payload.

    • auto: detect the format from the content (default).
    • markdown: treat the text as Markdown — image references will be extracted if extractImages is true.
    • html: treat the text as HTML — <img> tags will be extracted if extractImages is true.
    • plain: treat the text as plain text — no image extraction is performed even if extractImages is true.