mirror of https://github.com/FlowiseAI/Flowise.git
Merge pull request #203 from FlowiseAI/feature/ConversationChain
Bugfix/ConversationalChain output responsepull/205/head
commit
57b8d19275
|
|
@ -96,7 +96,7 @@ class ConversationChain_Chains implements INode {
|
|||
return res?.response
|
||||
} else {
|
||||
const res = await chain.call({ input })
|
||||
return res?.text
|
||||
return res?.response
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue