Self Checks
RAGFlow workspace code commit ID
61209ff
RAGFlow image version
v0.24.0-136-g61209ff3b
Other environment information
macbook air m4
macos 15.5
Actual behavior
The agent node has structured output configured, but the structured JSON is missing from the response when the API is called in non-streaming mode.
The following are examples of streaming and non-streaming requests.
Expected behavior
No response
Steps to reproduce
Create a workflow with an agent node and enable structured output. Then call the agent conversation API with the stream parameter set to false.
Additional information
No response