mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-24 18:23:07 +08:00
fix: chatbot support agent (#2201)
This commit is contained in:
@@ -660,8 +660,6 @@ const Main: FC<IMainProps> = ({
|
||||
})
|
||||
},
|
||||
onThought(thought) {
|
||||
// console.log(`${thought.id};${thought.thought};${thought.tool};${thought.tool_input}`)
|
||||
|
||||
isAgentMode = true
|
||||
const response = responseItem as any
|
||||
if (thought.message_id && !hasSetResponseId) {
|
||||
|
||||
Reference in New Issue
Block a user