582 B
582 B
- Fixed
TTSSpeakFrame(append_to_context=True)greetings sometimes splitting across two assistant messages in the LLM context and not surfacing inon_assistant_turn_stopped. TheLLMAssistantPushAggregationFrameemitted at the end of a TTS context now carries a PTS just past the last word so it can't overtake clock-queuedTTSTextFrames in the transport's output, andLLMAssistantAggregatornow triggerson_assistant_turn_started/on_assistant_turn_stoppedwhen it receives the frame outside an LLM response cycle (restoring v0.0.104 behavior for greeting transcripts).