update_fact
Update metadata of an existing fact, including context, confidence, and validity period.
Instructions
Update an existing fact's metadata.
Note: Subject, predicate, and object are immutable (delete and recreate if needed).
Args: fact_id: Fact UUID string context: New context description (omit or null leaves it unchanged; pass an empty string "" to set it blank) confidence: New confidence level 0.0-1.0 valid_from: New start date in ISO format (omit or null leaves it unchanged; pass an empty string "" to clear it) valid_to: New end date in ISO format (omit or null leaves it unchanged; pass an empty string "" to clear it)
Returns: Updated fact as dict
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| context | No | ||
| fact_id | Yes | ||
| valid_to | No | ||
| confidence | No | ||
| valid_from | No |