CreateAiFactInput
Type: Input
Fields
| Name | Type | Default | Description |
|---|---|---|---|
| agentId | ID! | ||
| category | String | The type of fact: observation, conclusion, context, instruction, or result | |
| confidence | Float | Confidence level in this fact (0.0 = no confidence, 1.0 = certain) | |
| content | String! | The factual information or memory content | |
| executionId | ID | ||
| expiresAt | DateTime | When this fact should be considered stale | |
| metadata | JsonString | Additional metadata about the fact | |
| scope | String | Whether this fact persists across executions or is execution-specific | |
| source | String | Where this fact came from (task_id, external source, etc.) |