diff --git a/changelog/4217.changed.md b/changelog/4217.changed.md index af8831c3b..b53cd8317 100644 --- a/changelog/4217.changed.md +++ b/changelog/4217.changed.md @@ -1 +1 @@ -- When multiple function calls are returned in a single LLM response, the LLM is now triggered exactly once after the last call in the batch completes, rather than waiting for all function calls. +- When multiple function calls are returned in a single LLM response, by default (when `group_parallel_tools=True`) the LLM is now triggered exactly once after the last call in the batch completes, rather than waiting for all function calls.