get_context
Retrieve the conversation context around a specific memory by providing its ID, with options to include a customizable number of preceding and following messages.
Instructions
Get surrounding messages/context for a specific memory.
Args: memory_id: The ID of the memory to get context for before: Number of messages before this one to include (default: 5) after: Number of messages after this one to include (default: 5)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| memory_id | Yes | ||
| before | No | ||
| after | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |