Changed
-
Use
gemini-2.0-flash-001as the default model forGoogleLLMSerivce. -
Improved foundational examples 22b, 22c, and 22d to support function calling. With these base examples,
FunctionCallInProgressFrameandFunctionCallResultFramewill no longer be blocked by the gates.
Fixed
-
Fixed a
TkLocalTransportandLocalAudioTransportissues that was causing errors on cleanup. -
Fixed an issue that was causing
tests.utilsimport to fail because of logging setup. -
Fixed a
SentryMetricsissue that was preventing any metrics to be sent to Sentry and also was preventing from metrics frames to be pushed to the pipeline. -
Fixed an issue in
BaseOutputTransportwhere incoming audio would not be resampled to the desired output sample rate. -
Fixed an issue with the
TwilioFrameSerializerandTelnyxFrameSerializerwheretwilio_sample_rateandtelnyx_sample_ratewere incorrectly initialized toaudio_in_sample_rate. Those values currently default to 8000 and should be set manually from the serializer constructor if a different value is needed.
Other
- Added a new
sentry-metricsexample.