diff --git a/docs/ZOT-RPC-TRANSCRIPT.md b/docs/ZOT-RPC-TRANSCRIPT.md index a24b6dc..30f641b 100644 --- a/docs/ZOT-RPC-TRANSCRIPT.md +++ b/docs/ZOT-RPC-TRANSCRIPT.md @@ -64,7 +64,7 @@ Wire format confirmed: bare event objects, no JSON-RPC envelope. Glasspane's parser shape is correct. The session-lifecycle events (turn_start, turn_end, error, done, user_message, response) are validated against real output. -Tool-lifecycle events (tool*call, tool_use*_, text*delta, assistant*_, tool_result) +Tool-lifecycle events (`tool_call`, `tool_use_*`, `text_delta`, `assistant_*`, `tool_result`) are NOT yet validated — the API key was a placeholder (DeepSeek returned 401 before reaching the agent loop). A re-run with a valid DEEPSEEK_API_KEY is needed to capture a real tool call before the driver can trust those mappings.