Add changelog for #4224

This commit is contained in:
Aleix Conchillo Flaqué
2026-04-01 13:58:45 -07:00
parent 53f809b7d5
commit 6ed4109da9

View File

@@ -0,0 +1 @@
- ⚠️ `LLMService.function_call_timeout_secs` now defaults to `None` instead of `10.0`. Deferred function calls will run indefinitely unless a timeout is explicitly set at the service level or per-call. If you relied on the previous 10-second default, pass `function_call_timeout_secs=10.0` explicitly.