544 B
544 B
- Fixed
TTSTextFrameentries losing their original text structure when word timestamps are enabled. EachTTSTextFramenow carries araw_textfield containing the corresponding span of the original LLM-produced text (including pattern delimiters such as<card>4111 1111 1111 1111</card>), so the assistant context receives properly-tagged content rather than the cleaned words returned by the TTS provider. Also handles words that straddle two sentence boundaries by splitting them and attributing each part to its correct source frame.