mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-15 22:05:19 +00:00
parent
bf423b8577
commit
525095b3de
1 changed files with 6 additions and 2 deletions
|
|
@ -1683,8 +1683,12 @@
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
const getWebSearchResults = async (model: string, parentId: string, responseId: string) => {
|
const getWebSearchResults = async (
|
||||||
const responseMessage = history.messages[responseId];
|
model: string,
|
||||||
|
parentId: string,
|
||||||
|
responseMessageId: string
|
||||||
|
) => {
|
||||||
|
const responseMessage = history.messages[responseMessageId];
|
||||||
const userMessage = history.messages[parentId];
|
const userMessage = history.messages[parentId];
|
||||||
|
|
||||||
responseMessage.statusHistory = [
|
responseMessage.statusHistory = [
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue