You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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