mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-23 09:10:55 -05:00
fix: derive content from output for search (#26405)
This commit is contained in:
@@ -1961,6 +1961,7 @@
|
||||
// Store raw OR-aligned output items from backend
|
||||
if (output) {
|
||||
message.output = output;
|
||||
message.content = getOutputText(output);
|
||||
dispatchCallOverlayAudio(message);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user