record_hypothesis
Log a testable hypothesis about a circuit or design issue to a knowledge graph, where bench results can confirm or falsify it. Supports root-cause exploration and behavior prediction.
Instructions
Record a testable hypothesis about a circuit or design issue.
Hypotheses are tracked in the knowledge graph and can be confirmed
or falsified by bench results. Use this when exploring root causes,
predicting behavior, or proposing explanations.
Args:
statement: The hypothesis (e.g., "Body effect causes Vth shift > 50mV at SS-cold").
assumptions: Comma-separated assumptions underlying this hypothesis.
test_plan: How to verify this hypothesis via simulation or measurement.
related_concepts: Comma-separated concept IDs to link to.
Returns:
The hypothesis ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| statement | Yes | ||
| test_plan | No | ||
| assumptions | No | ||
| related_concepts | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |