zshot/cliDownload

--llm-format-expects

ValueEXPECTATION
LicensePRO

Output expectations for the LLM.

Example

zshot -t llm_text --llm-format-model "anthropic" \
  --llm-format-expects "Yes,No" https://example.com

Details

JSON output: a JSON Schema the result must validate against.

Text output: a comma-separated set of acceptable answers, e.g. “Yes,No”; the output is

normalized to the matching answer.