feat: webapp support change inputs after conversation started (#16901)

This commit is contained in:
KVOJJJin
2025-03-27 11:58:16 +08:00
committed by GitHub
parent 0722beeb0b
commit c23135c9e8
15 changed files with 76 additions and 36 deletions

View File

@@ -160,6 +160,8 @@ const EmbeddedChatbotWrapper = () => {
setClearChatList,
isResponding,
setIsResponding,
currentConversationInputs,
setCurrentConversationInputs,
} = useEmbeddedChatbot()
return <EmbeddedChatbotContext.Provider value={{
@@ -193,6 +195,8 @@ const EmbeddedChatbotWrapper = () => {
setClearChatList,
isResponding,
setIsResponding,
currentConversationInputs,
setCurrentConversationInputs,
}}>
<Chatbot />
</EmbeddedChatbotContext.Provider>