session_add_turn
Append a conversation turn to a session's fast cache to persist it as memory for later retrieval and context building.
Instructions
Append a turn (user/assistant/tool/system) to the session's fast cache.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role | Yes | ||
| text | Yes | ||
| dataset | No | ||
| session_id | Yes |