Replies: 1 comment
-
Hi, have you figured out the issue? I have the same, thanks! |
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.
-
Hi,
I'm new to using Flowise.
I want to process the response returned by the "LL Chain" node. I'm trying to do this with a "Custom JS Function" node, but I get the following error:
`2025-01-15 15:17:39 [DEBUG]: [server]: Initializing Custom JS Function (customFunction_0)
2025-01-15 15:17:39 [DEBUG]: [server]: Finished initializing Custom JS Function (customFunction_0)
2025-01-15 15:17:39 [INFO]: [server]: Chatflow 00768c32-4ded-4974-9067-49e02fe4ae43 added into ChatflowPool
2025-01-15 15:17:39 [DEBUG]: [server]: Running Custom JS Function (customFunction_0)
2025-01-15 15:17:39 [ERROR]: [server]: Error: Cannot read properties of undefined (reading 'text')
TypeError: Cannot read properties of undefined (reading 'text')
at utilBuildChatflow (C:\Users\ºº\AppData\Roaming\npm\node_modules\flowise\dist\utils\buildChatflow.js:366:20)
at async createInternalPrediction (C:\Users\ºº\AppData\Roaming\npm\node_modules\flowise\dist\controllers\internal-predictions\index.js:14:33)`
The "Custom JS Function" node takes input from the output of the "LL Chain":
Am I doing something wrong?
If this is not the correct way, how could I process the response from the "LL Chain" node?
Thank you very much.
Beta Was this translation helpful? Give feedback.
All reactions