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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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);
}