diff --git a/src/lib/components/chat/Chat.svelte b/src/lib/components/chat/Chat.svelte index 8d6b4b1d21..869ab7a880 100644 --- a/src/lib/components/chat/Chat.svelte +++ b/src/lib/components/chat/Chat.svelte @@ -1961,6 +1961,7 @@ // Store raw OR-aligned output items from backend if (output) { message.output = output; + message.content = getOutputText(output); dispatchCallOverlayAudio(message); }