mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-16 19:24:27 +01:00
Add session-correlation attribute rows (gen_ai.conversation.id, copilot_chat.session_id, copilot_chat.chat_session_id) to the chat, execute_tool and execute_hook span tables in the monitoring docs, and a Session Correlation section to the architecture doc. Add regression tests locking in BYOK session-id emission and that gen_ai.conversation.id holds the session id (not the per-turn request id). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>