Capture memory
capture_memoryCapture durable facts from a task you just completed (drafting an email, summarizing a document, making a decision), as a byproduct — the user does nothing. Pass the task output/content; durable facts are extracted and stored automatically. Always include your conversation id in client.conversation_id. Returns immediately; extraction happens in the background.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| client | No | Current client session context. Pass your conversation/thread id as conversation_id. | |
| task_content | Yes | The task output/content to mine for durable facts (max 32KB). | |
| task_description | No | Optional one-line description of the task, as extraction framing. |