add debug

This commit is contained in:
Henry
2023-05-19 18:20:41 +01:00
parent fb400cbfbc
commit 1f4efd6734
12 changed files with 28 additions and 10 deletions
@@ -70,7 +70,7 @@ class ConversationalAgent_Agents implements INode {
const obj: InitializeAgentExecutorOptions = {
agentType: 'chat-conversational-react-description',
verbose: true
verbose: process.env.DEBUG === 'true' ? true : false
}
const agentArgs: any = {}