From 9c7d5a9de2e9dd0fabec4549fb75e04fa955355a Mon Sep 17 00:00:00 2001 From: filipi87 Date: Tue, 7 Apr 2026 09:13:08 -0300 Subject: [PATCH] Improving changelog description to mention group_parallel_tools. --- changelog/4217.changed.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.