From 97e4e7c6473cfb70308aa723ca17e5178f8927bd Mon Sep 17 00:00:00 2001 From: Mark Backman Date: Wed, 4 Mar 2026 09:42:01 -0500 Subject: [PATCH] Add changelog for #3915 --- changelog/3915.added.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/3915.added.md diff --git a/changelog/3915.added.md b/changelog/3915.added.md new file mode 100644 index 000000000..66d4fb383 --- /dev/null +++ b/changelog/3915.added.md @@ -0,0 +1 @@ +- Added optional `timeout_secs` parameter to `register_function()` and `register_direct_function()` for per-tool function call timeout control, overriding the global `function_call_timeout_secs` default.