Files
pipecat/changelog/4224.changed.md
Aleix Conchillo Flaqué 6ed4109da9 Add changelog for #4224
2026-04-01 13:58:45 -07:00

306 B

  • ⚠️ 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.