add run_llm to LLMMessagesAppendFrame and LLMMessagesUpdateFrame

This commit is contained in:
Aleix Conchillo Flaqué
2025-07-02 11:12:49 -07:00
parent c16eed7ca2
commit c5d54d06bb
3 changed files with 34 additions and 5 deletions

View File

@@ -9,7 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Added a new `SOXRStreamAudioResampler` for processing audio in chunks or streams.
- Added `run_llm` field to `LLMMessagesAppendFrame` and `LLMMessagesUpdateFrame`
frames. If true, a context frame will be pushed triggering the LLM to respond.
- Added a new `SOXRStreamAudioResampler` for processing audio in chunks or
streams. If you write your own processor and need to use an audio resampler,
use the new `create_stream_resampler()`.
- Added new `DailyParams.audio_in_user_tracks` to allow receiving one track per
user (default) or a single track from the room (all participants mixed).