update_assertion
Update an existing assertion in a knowledge graph by modifying its context or confidence level without deleting the edge.
Instructions
Update an existing edge in the knowledge graph.
Use this to change the context or confidence of a previously recorded assertion without deleting and re-creating it.
Example: update_assertion(fact_id="edge-abc123", confidence=0.5, context="Partially confirmed after testing")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fact_id | Yes | ID of the assertion/edge to update | |
| context | No | Updated context or evidence | |
| confidence | No | Updated confidence level 0-1 |