mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-09 16:09:10 +00:00
fix: derive content from output for search (#26405)
This commit is contained in:
parent
73c0be8389
commit
0e5540c2b2
1 changed files with 1 additions and 0 deletions
|
|
@ -1961,6 +1961,7 @@
|
|||
// Store raw OR-aligned output items from backend
|
||||
if (output) {
|
||||
message.output = output;
|
||||
message.content = getOutputText(output);
|
||||
dispatchCallOverlayAudio(message);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue