Merge pull request #3915 from pipecat-ai/mb/function_call_timeout_secs-error-msg

Add per-tool function call timeout_secs
This commit is contained in:
Mark Backman
2026-03-04 15:01:34 -05:00
committed by GitHub
2 changed files with 23 additions and 2 deletions

1
changelog/3915.added.md Normal file
View File

@@ -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.