Skip to content

revise

Modify existing hypotheses as you gather more evidence.

{
"tool": "revise",
"arguments": {
"hypothesis_id": "node_hypothesis_xyz",
"new_content": "Memory leak is in the event listener cleanup",
"confidence": 0.75,
"new_evidence": ["node_event_listener_count"]
}
}
ParameterTypeRequiredDescription
hypothesis_idstringYesHypothesis to revise
new_contentstringNoUpdated hypothesis text
confidencefloatNoUpdated confidence
new_evidencestring[]NoAdditional supporting nodes

Refine based on evidence:

{
"tool": "revise",
"arguments": {
"hypothesis_id": "node_cache_hypothesis",
"new_content": "Cache invalidation fails specifically on Redis cluster failover",
"confidence": 0.8,
"new_evidence": ["node_redis_logs", "node_failover_timeline"]
}
}

Increase confidence:

{
"tool": "revise",
"arguments": {
"hypothesis_id": "node_hypothesis_abc",
"confidence": 0.9,
"new_evidence": ["node_confirmed_test"]
}
}
  • New evidence supports or refines hypothesis
  • Confidence level changes
  • Scope of hypothesis narrows