Summary: Workflow Problem in Retool with Generate Chat Response Node
- Description:
- Main Issue: The Generate Chat Response node in a workflow is experiencing issues when the entire flow is run. It crashes and does not complete the process.
- Specifics:
- Works when run individually.
- Involves a node with an input message history (array format with roles like assistant and user/system).
- When tested in parts, it functions correctly.
- Crashes during full workflow execution.
- Attempts to simplify inputs and modify message history handling did not resolve the issue.
- A workaround using "generate text" node and input of message history into the system prompt works, but it's not ideal for the current business workflow.
- Observations:
- The system reads and processes message history better when it's input as an array.
- No issues with model limitations (tested with small inputs).
- Request:
- Need assistance to understand why the node fails during complete workflow execution, despite functioning correctly in individual tests.
- Current settings may need review to identify the problem.
- Additional Information:
- Workflow operates correctly with manual message history input.
- A demonstration of the settings can be provided if needed.