Skip to content

Example: Research several URLs

{
  "name": "occam_digest",
  "arguments": {
    "urls": [
      "https://example.com/a",
      "https://example.com/b",
      "https://example.com/c"
    ],
    "focus_query": "key setup steps",
    "fit_markdown": true
  }
}

Expected

  • Per-URL items
  • Combined digest when include_combined is true (default)

Use one digest call — not three separate transcodes.

Next