Changed
- Changed the default WebSocket endpoints for
GradiumSTTServiceandGradiumTTSServiceto the region-neutralwss://api.gradium.ai/api/speech/asrandwss://api.gradium.ai/api/speech/tts. Gradium now automatically routes traffic to the nearest endpoint. Override the url to pin to a specific region.
(PR #4500)
Fixed
- Fixed bot hangs when
filter_incomplete_user_turnswas enabled and the LLM responded by calling a tool. The user turn never finalized, so the assistant aggregator gated the tool-result context push and the LLM continuation never ran. Tool calls now finalize the turn the moment they start, before the function dispatches.
(PR #4501)