Add support for dailyRoomProperties when calling /start using the development runner
This commit is contained in:
@@ -160,6 +160,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
### Changed
|
||||
|
||||
- The development runner's `/start` endpoint now supports passing
|
||||
`dailyRoomProperties` in the request body when `createDailyRoom` is true.
|
||||
Properties are validated against the `DailyRoomProperties` type and passed to
|
||||
Daily's room creation API.
|
||||
|
||||
- `UserImageRawFrame` new fields `append_to_context` and `text`. The
|
||||
`append_to_context` field indicates if this image and text should be added to
|
||||
the LLM context (by the LLM assistant aggregator). The `text` field, if set,
|
||||
|
||||
Reference in New Issue
Block a user