Open mikeolubode opened 4 months ago
Hi @mikeolubode ,
Thanks for bringing that up!
I ran into the same problems and opened a pull request: #735
I would suggest reading through the pull request, as I added documentation of the problem and fix there. But please don't hesitate to ask questions about the above fix.
Cheers! Niels
I am using a custom action which is make up of several chains from langchain. I am using only self-check-input in configuration and I am streaming the output.
When I run app.generate_async(), I only get output from the restructure_question_chain, and the streaming (at the front end) stops. The output of the second chain, which is the output I want, only streams on my backend console. What am I doing wrong. Please help.
Here is my config and my code.