Recent update pushed tool calls to bottom of the prompt
Hi - I recently updated my package.json and am getting some defects in the mastra playground
Before the upgrade, I was getting a white screen when the agent stopped working and had a console error of
Uncaught Error: Stream finished with reason tool-calls, try increasing maxSteps
Uncaught Error: Stream finished with reason tool-calls, try increasing maxSteps
When I upgraded to the latest, I now have the agent that stops working mid-stream with no error or warning, but also the formatting in the playground is now a weird layout. All the tool calls get pushed to the bottom of the stream instead of in between the actions, causing the stream to just look like a big paragraph instead of being separated by tool calls.