[Question]: When stream is False, the agent call fails
Describe your problem
This code provides non-streaming option, but when I use non-streaming I get an exception
this is my agent
There is no such bug at https://demo.ragflow.io. And if you deploy RAGFlow to your machine, you can try updating dev version to fix this issue. https://github.com/infiniflow/ragflow/blob/main/docs/references/faq.md#9-how-to-upgrade-ragflow
Because in the code that displays the interface, the value of stream is set to True by default, but when I change this default value to False, a problem occurs.
If you are using the demohttps://demo.ragflow.io/, please provide a screenshot of the bug reported.
If you are deploying RAGFlow on your own machine, please try an updated dev version and provide screenshots of the errors and more details on how to reproduce them.
Isn't the interface called by this red button the following one?
Which parameter is conversation_id
This parameter is not needed now because there is no history of conversations for agent. please provide a screenshot of the bug reported and more details on how to reproduce them.