@squidcloud/client
Preparing search index...
AiKnowledgeBaseTextFormat
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.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
@squidcloud/client
Loading...
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 ifextractImagesis true.html: treat the text as HTML —<img>tags will be extracted ifextractImagesis true.plain: treat the text as plain text — no image extraction is performed even ifextractImagesis true.