mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 23:01:09 +03:00
add logs to component chains/agents
This commit is contained in:
@@ -90,7 +90,6 @@ class AutoGPT_Agents implements INode {
|
||||
const res = await executor.run([input])
|
||||
return res || 'I have completed all my tasks.'
|
||||
} catch (e) {
|
||||
console.error(e)
|
||||
throw new Error(e)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user