submit_verification
Persist a verification report for a Co-Scientist hypothesis, storing verdict, confidence, evidence, tests, and citations to complete the one-report-per-hypothesis handoff.
Instructions
Submit a verification report for one Co-Scientist hypothesis.
AUTOMATIC TRIGGERS - Call this when:
A verification agent has adjudicated a hypothesis
You need to persist verdict, confidence, evidence, tests, and citations
You are completing the one-report-per-hypothesis handoff
PARAMETERS:
run_id: Co-Scientist run ID
hypothesis_id: Hypothesis being verified
verification_report: JSON-compatible verification report
created_by: Optional submitting agent ID or model identifier
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | ||
| created_by | No | ||
| hypothesis_id | Yes | ||
| verification_report | Yes |