feat: webapp support change inputs after conversation started (#16901)
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user