This commit is contained in:
StyleZhang 2024-03-19 19:19:47 +08:00
parent 56b025ebdd
commit 8967c4c8f6
1 changed files with 0 additions and 4 deletions

View File

@ -261,10 +261,6 @@ export const useChat = (
})
handleUpdateChatList(newChatList)
},
onWorkflowStarted: () => {},
onWorkflowFinished: () => {},
onNodeStarted: () => {},
onNodeFinished: () => {},
},
)
}, [handleRun, handleResponding, handleUpdateChatList, notify, t, updateCurrentQA, config.suggested_questions_after_answer?.enabled])