Changed
-
Use
gemini-2.0-flash-001
as the default model forGoogleLLMSerivce
. -
Improved foundational examples 22b, 22c, and 22d to support function calling. With these base examples,
FunctionCallInProgressFrame
andFunctionCallResultFrame
will no longer be blocked by the gates.
Fixed
-
Fixed a
TkLocalTransport
andLocalAudioTransport
issues that was causing errors on cleanup. -
Fixed an issue that was causing
tests.utils
import to fail because of logging setup. -
Fixed a
SentryMetrics
issue 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
BaseOutputTransport
where incoming audio would not be resampled to the desired output sample rate. -
Fixed an issue with the
TwilioFrameSerializer
andTelnyxFrameSerializer
wheretwilio_sample_rate
andtelnyx_sample_rate
were 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-metrics
example.