This field test was against LangChain.

The issue was LangChain #34818:

https://github.com/langchain-ai/langchain/issues/34818

The reported problem was that agent streaming behaved differently when structured output was enabled.

Without structured output, the agent could stream natural language before calling a tool.