remember_context
Store context data identified by a key for reuse in ongoing consultations, enabling reference to previous information during the same session.
Instructions
Store context for use in future consultations within the same session
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Identifier for this context | |
| value | Yes | Context data to remember | |
| metadata | No | Optional metadata about the context |