Changelog entries for the fixes and improvements.

This commit is contained in:
filipi87
2026-04-02 16:58:42 -03:00
parent 929a0e33f4
commit bbb605accc
5 changed files with 5 additions and 0 deletions

View File

@@ -0,0 +1 @@
- Added `group_parallel_tools` parameter to `LLMService` (default `True`). When `True`, all function calls from the same LLM response batch share a group ID and the LLM is triggered exactly once after the last call completes. Set to `False` to trigger inference independently for each function call result as it arrives.