Update a hypothesis's status
hypothesis_updateUpdate a debugging hypothesis with confirmed, refuted, or inconclusive status, attach supporting log evidence, and link related execution IDs to preserve findings for later knowledge base export.
Instructions
Marks a hypothesis confirmed/refuted/inconclusive based on evidence gathered from logs, and/or links it to the execution(s) that provided that evidence. This is the durable record that knowledge_base_export later turns into a written debugging knowledge base.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | ||
| evidence | No | Concrete evidence: quote the relevant log line(s) or data. | |
| hypothesisId | Yes | ||
| relatedExecutionIds | No | Execution IDs that provided evidence; appended, not replaced. |