in voicepipeline agent with deepgram as STT, in the front end i am seeing the correct transcription text on screen from the agent, however in the agent worker, when i log out via
agent.on(pipeline.VPAEvent.AGENT_SPEECH_COMMITTED, (msg: llm.ChatMessage) => {
console.log(msg) , im seeing only a part of the transcription from about half way through,