mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 11:57:51 +01:00
@@ -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 = [
|
||||||
|
|||||||
Reference in New Issue
Block a user