Replies: 1 comment
-
I agree. There's the possibility to add code to a node - therefore, it would help with some debugging. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Flowise community,
I'm working on improving the 'analyse chatflow' functionality in Flowise, specifically focusing on the Langfuse integration. I've noticed that in the Langfuse trace records, the "input" content is empty in the angentflow.
To troubleshoot this issue, I need to enable debugging for the components.
Currently, I know that in the Flowise development environment and view debug information for
flowise.dev
by settingDEBUG=true
in thepackages/server/.env
file. Ref: How to view the debug under Docker?However, I'm trying to figure out how to view debug information for
flowise-components
. Such as in this code example:https://github.com/FlowiseAI/Flowise/blob/main/packages/components/nodes/agents/OpenAIAssistant/OpenAIAssistant.ts#L158
Is there a similar setting or method that would allow me to see debug messages for these components during the development process?
Any help or guidance would be greatly appreciated!
Thank you in advance for your assistance.
Beta Was this translation helpful? Give feedback.
All reactions