From 6ed4109da924b8827d79482f64d0c96f37530ab2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Wed, 1 Apr 2026 13:58:45 -0700 Subject: [PATCH] Add changelog for #4224 --- changelog/4224.changed.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/4224.changed.md diff --git a/changelog/4224.changed.md b/changelog/4224.changed.md new file mode 100644 index 000000000..256204a24 --- /dev/null +++ b/changelog/4224.changed.md @@ -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.