Files
pipecat/changelog/4217.added.md
2026-04-01 12:20:58 -03:00

2 lines
325 B
Markdown

- Added `is_async=True` support to `register_function()` and `register_direct_function()`. When enabled, the LLM continues the conversation immediately without waiting for the function result. The result is injected back into the context as a `developer` message once available, triggering a new LLM inference at that point.