OptionalincludeIf image-related context snippets are sent to the LLM, this field determines whether or not they should include base64 image data. If false, only the image caption is sent. Only available when multimodal=true.
OptionalmultimodalWhether or not to send image-related context snippets to the LLM. If false, only text context snippets are sent.
OptionalsnippetThe maximum context snippet size. Default is 2048 tokens. Minimum is 512 tokens. Maximum is 8192 tokens.
OptionaltopKThe maximum number of context snippets to use. Default is 16. Maximum is 64.
Controls the context snippets sent to the LLM.