useChat hook calling Fastify endpointrun.streamVNext({ inputData }) then toAISdkFormat(workflowStream, { from: 'workflow' })@mastra/[email protected], @mastra/[email protected]toAISdkFormat with from: 'workflow' only emits data-workflow events (workflow metadata). The text I pipe via writer.write() shows up in workflow-step-output within those data-workflow payloads, but it's never extracted into text-delta events that useChat expects.data-workflow events and extract text from nested workflow-step-output, I can't get text streaming to work. This feels like it should "just work" - I'm using the recommended toAISdkFormat utility and piping agent text to the workflow writer as shown in the docs.text-delta events from workflow text output? Or is manual transformation the only path forward? If manual, what's the recommended/simplest approach?