get_decayed_graph
Apply time-based decay to confidence values in your knowledge graph, reflecting the decreased relevance of older information.
Instructions
Get your knowledge graph with confidence values decayed based on time
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reference_time | No | Optional reference timestamp (in milliseconds since epoch) for decay calculation | |
| decay_factor | No | Optional decay factor override (normally calculated from half-life) |