Cognitive-rag / 03_embedding / output / multihop_artifacts / early_termination_example.json
early_termination_example.json
Raw
{
  "state": {
    "query": "Example: What is the company address listed in the document?",
    "started_at": "2026-03-01T00:10:00Z",
    "completed_at": "2026-03-01T00:10:03Z",
    "status": "terminated",
    "termination_reason": "decomposer_complete",
    "evidence_pool": [],
    "hops": []
  },
  "final": {
    "answer": "The evidence indicates the address is 123 Sample St., San Jose, CA.",
    "citations": [
      {
        "chunk_id": "doc001_chunk_1",
        "doc_id": "company_profile",
        "location": "page:1"
      }
    ],
    "confidence": 0.62,
    "reasoning_trace": "The decomposer determined the answer was already in evidence."
  }
}