fix conversational chain output response
This commit is contained in:
parent
aa76f8e0c8
commit
24af4f84ca
|
|
@ -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