mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-09 02:35:41 +08:00
remove no need code
This commit is contained in:
@@ -410,7 +410,6 @@ export const useChatStore = createPersistStore(
|
||||
});
|
||||
},
|
||||
onAfterTool(tool: ChatMessageTool) {
|
||||
console.log("onAfterTool", botMessage);
|
||||
botMessage?.tools?.forEach((t, i, tools) => {
|
||||
if (tool.id == t.id) {
|
||||
tools[i] = { ...tool };
|
||||
|
Reference in New Issue
Block a user