Skip to content

docs: update for pipecat PR #3915#580

Merged
markbackman merged 1 commit intomainfrom
docs/pr-3915
Mar 11, 2026
Merged

docs: update for pipecat PR #3915#580
markbackman merged 1 commit intomainfrom
docs/pr-3915

Conversation

@markbackman
Copy link
Contributor

Automated documentation update for pipecat PR #3915.

Changes

Updated guides/learn/function-calling.mdx

  • Added documentation for the new timeout_secs parameter in the "Key registration options" section
  • Added example usage of timeout_secs in both register_function() and register_direct_function() code examples
  • Explained that timeout_secs allows per-tool timeout control, overriding the global function_call_timeout_secs

Updated server/utilities/service-switchers/llm-switcher.mdx

  • Added timeout_secs parameter documentation to the register_function() method parameters section

Summary

PR #3915 added an optional timeout_secs parameter to register_function() and register_direct_function() methods, allowing developers to set per-tool timeouts that override the global function call timeout. This documentation update ensures users are aware of this new capability and understand how to use it.

Gaps identified

None

Updated documentation to reflect the new timeout_secs parameter added in
pipecat PR #3915. This parameter allows per-tool timeout control, overriding
the global function_call_timeout_secs.

Changes:
- Added timeout_secs parameter documentation to function-calling guide
- Added timeout_secs examples to register_function and register_direct_function
- Added timeout_secs parameter to LLMSwitcher.register_function documentation
@markbackman markbackman added the auto-docs Automated documentation update from pipecat source changes label Mar 4, 2026
@markbackman markbackman merged commit 4f8dca3 into main Mar 11, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto-docs Automated documentation update from pipecat source changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant