cap_capture_expert
Run an existing CAP as a live guided interview. Provide the CAP ID, respond to each question, and get a synthesized answer built from the accumulated knowledge pairs.
Instructions
Run an existing CAP (Context Accumulation Protocol) as a live intake session. Pass cap_id and an empty message to load and start the first question. Answer each question in subsequent calls. On completion returns a synthesized answer built from the CAP knowledge pairs. Returns { response, session_state, complete, answer? } as JSON.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cap_id | Yes | 12-char CAP ID to run | |
| message | No | Empty string on first call. Your answer to the current question on subsequent calls. | |
| session_state | No | Opaque state from the previous response — pass back unchanged |