fix: derive content from output for search (#26405)

This commit is contained in:
Algorithm5838
2026-07-01 11:05:47 +03:00
committed by GitHub
parent 73c0be8389
commit 0e5540c2b2

View File

@@ -1961,6 +1961,7 @@
// Store raw OR-aligned output items from backend
if (output) {
message.output = output;
message.content = getOutputText(output);
dispatchCallOverlayAudio(message);
}