Recent interactions
get_recent_interactionsRetrieve recently captured raw interactions, newest first, with optional filter by prompt, tool_call, or error kind. Use to audit history or prepare context before distilling memory.
Instructions
List recently captured raw interactions (newest first) as [id] ts [kind] content lines. Optionally filter by kind. Use for auditing history or before distilling memory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Filter by kind (prompt / tool_call / error) | |
| limit | No | Max rows (default 20, max 100) |