update
Store structured conversation facts for future AI sessions by extracting key information from user messages and agent responses.
Instructions
Update a user's context after an LLM interaction. Threadline extracts structured facts from the conversation and stores them for future sessions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| userId | Yes | The unique identifier for the user (UUID). | |
| userMessage | Yes | The message sent by the user. | |
| agentResponse | Yes | The response returned by the agent. |