Patch Changes
- Moved create_ai_function_info to function_context.py for better reusability and reduce repetation - [1260](https://github.com/livekit/agents/pull/1260) ([jayeshp19](https://github.com/jayeshp19))
- added streaming audio decoder for compressed audio. - [1236](https://github.com/livekit/agents/pull/1236) ([davidzhao](https://github.com/davidzhao))
- Add JPEG quality param to image encoder - [1249](https://github.com/livekit/agents/pull/1249) ([bcherry](https://github.com/bcherry))
- Add support for OpenAI's "detail" parameter to ChatImage - [1213](https://github.com/livekit/agents/pull/1213) ([bcherry](https://github.com/bcherry))
Add support for data URLs on ChatImage in the Anthropic plugin.
- fix: correctly parse function argument types - [1221](https://github.com/livekit/agents/pull/1221) ([jayeshp19](https://github.com/jayeshp19))
- Fix center_aspect_fit bug, add scale_aspect_fit and scale_aspect_fill resizing options. - [1222](https://github.com/livekit/agents/pull/1222) ([bcherry](https://github.com/bcherry))
Make scale_aspect_fit the new default resizing option for video frames.
livekit-plugins-turn-detector0.3.2
Patch Changes
- improvements to endpointing latency - [1212](https://github.com/livekit/agents/pull/1212) ([davidzhao](https://github.com/davidzhao))
- Improvements to end of turn plugin, ensure STT language settings. - [1195](https://github.com/livekit/agents/pull/1195) ([davidzhao](https://github.com/davidzhao))
livekit-plugins-openai0.10.10
Patch Changes
- add `google/gemini-2.0-flash-exp` as default model for vertex - [1214](https://github.com/livekit/agents/pull/1214) ([jayeshp19](https://github.com/jayeshp19))
- emit error event for realtime model - [1200](https://github.com/livekit/agents/pull/1200) ([longcw](https://github.com/longcw))
- fix: return structured output from func calls - [1187](https://github.com/livekit/agents/pull/1187) ([jayeshp19](https://github.com/jayeshp19))
- Handle optional func args in tool calls when set to `None` - [1211](https://github.com/livekit/agents/pull/1211) ([jayeshp19](https://github.com/jayeshp19))
- fix: openai llm retries - [1196](https://github.com/livekit/agents/pull/1196) ([theomonnom](https://github.com/theomonnom))
- Improvements to end of turn plugin, ensure STT language settings. - [1195](https://github.com/livekit/agents/pull/1195) ([davidzhao](https://github.com/davidzhao))
- fix: Handle optional func args in tool calls when set to `None` - [1211](https://github.com/livekit/agents/pull/1211) ([jayeshp19](https://github.com/jayeshp19))
livekit-plugins-deepgram0.6.14
Patch Changes
- enable deepgram filler words by default to improve end of turn accuracy - [1190](https://github.com/livekit/agents/pull/1190) ([davidzhao](https://github.com/davidzhao))
livekit-plugins-azure0.5.0
Minor Changes
- Improvements to end of turn plugin, ensure STT language settings. - [1195](https://github.com/livekit/agents/pull/1195) ([davidzhao](https://github.com/davidzhao))
livekit-plugins-anthropic0.2.7
Patch Changes
- fix: return structured output from func calls - [1187](https://github.com/livekit/agents/pull/1187) ([jayeshp19](https://github.com/jayeshp19))