From f3fec79344bdf337db548873069e7b1771cbaf95 Mon Sep 17 00:00:00 2001 From: Callum Reid Date: Mon, 11 May 2026 15:07:56 -0700 Subject: [PATCH] TRACE-76 normalize wizard tool spans --- src/prompts.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/prompts.ts b/src/prompts.ts index 28fb3f8..73c2759 100644 --- a/src/prompts.ts +++ b/src/prompts.ts @@ -63,6 +63,7 @@ _SPAN_NAME_MAP = { "tts_request_run": "tts", "stt_request": "stt", "stt_request_run": "stt", + "tool_call": "llm_tool_call", }