Improving changelog description to mention group_parallel_tools.

This commit is contained in:
filipi87
2026-04-07 09:13:08 -03:00
parent 42335e2ef0
commit 9c7d5a9de2

View File

@@ -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.