mirror of
https://github.com/open-webui/open-webui
synced 2025-06-10 08:27:55 +00:00
feat: message event
This commit is contained in:
parent
b094153af2
commit
7ba7b959a8
@ -156,6 +156,8 @@
|
|||||||
} else {
|
} else {
|
||||||
message.citations = [data];
|
message.citations = [data];
|
||||||
}
|
}
|
||||||
|
} else if (type === 'message') {
|
||||||
|
message.content += data.content;
|
||||||
} else if (type === 'confirmation') {
|
} else if (type === 'confirmation') {
|
||||||
eventCallback = cb;
|
eventCallback = cb;
|
||||||
showEventConfirmation = true;
|
showEventConfirmation = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user