Fix IVRNavigator to push AggregatedTextFrame when switching to conversation mode

This commit is contained in:
Mark Backman
2026-01-30 21:01:35 -05:00
parent 342ae7af41
commit e779233918
3 changed files with 12 additions and 3 deletions

1
changelog/3604.fixed.md Normal file
View File

@@ -0,0 +1 @@
- Fixed an issue in the `IVRNavigator` where the `TextFrame`s pushed had incorrect spacing. Now, the internal `IVRProcessor` pushes `AggregatedTextFrame`s when in conversation mode. This allows for controlling spacing of the outputted, aggregated text.