|
@@ -1683,9 +1683,14 @@
|
|
|
}
|
|
|
};
|
|
|
|
|
|
- const getWebSearchResults = async (model: string, parentId: string, responseId: string) => {
|
|
|
- const responseMessage = history.messages[responseId];
|
|
|
+ const getWebSearchResults = async (
|
|
|
+ model: string,
|
|
|
+ parentId: string,
|
|
|
+ responseMessageId: string
|
|
|
+ ) => {
|
|
|
+ const responseMessage = history.messages[responseMessageId];
|
|
|
const userMessage = history.messages[parentId];
|
|
|
+ const messages = createMessagesList(history.currentId);
|
|
|
|
|
|
responseMessage.statusHistory = [
|
|
|
{
|