distill_session
Summarize a stored chat session into 3-8 standalone facts and save them to knowledge memory. Poll the background job for completion.
Instructions
Distill a chat session's stored history into durable knowledge facts.
Submits a background job (same lifecycle as research jobs — poll
get_research_job(job_id)) that summarizes the session into 3-8
standalone facts on the cheap coding model and saves them to the
knowledge memory with source='session:'.
Args: session: Name of a stored chat session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |