Save conversation turn
save_conversation_turnSave conversation turns with a stable session ID to preserve history for continuity and search. Use after each human input or assistant reply to maintain context.
Instructions
Saves one human, assistant, system, or tool turn into UnClick conversation history so Orchestrator continuity can show and search it. Tethered seats should treat this as the primary receipt path after each accepted subscription chat human turn and after each assistant reply when the client can call tools. If this tool is unavailable, fail loud with UNTETHERED or use the documented API fallback instead of silently continuing. Use a stable session_id for the thread. Do not store secrets, API keys, passwords, one-time codes, or private credentials.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | Stable thread or chat session identifier | |
| role | Yes | Who produced this turn | |
| content | Yes | Turn text to save, with secrets removed | |
| has_code | No | True when the turn contains code worth preserving for later context |