remember_fact
Save a durable fact to local workspace memory to inject it as a hint into future matching prompts. Use global or session scope.
Instructions
Save one durable fact to the local workspace knowledge memory.
Facts are distilled knowledge — decisions, constraints, preferences, verified findings — injected as hints into future prompts that match them. Saving an identical fact again touches the existing row instead of duplicating it.
Args: fact: One self-contained sentence with concrete specifics. scope: 'global' (default, injected everywhere) or a session name for session-scoped knowledge.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fact | Yes | ||
| scope | No | global |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |