-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix AssistantAgent Tool Call Behavior (#4602)
* 1 tool call iteration default * handoff first * return_only_response * add and remove tools * print out tool calls * pass checks * fix issues * add test * add unit tests * remove extra print * Update python/packages/autogen-agentchat/src/autogen_agentchat/agents/_assistant_agent.py Co-authored-by: Eric Zhu <[email protected]> * documentation and none max_tools_calls * Always limit # tool call to 1 * Update notebooks for the changing behavior of assistant agent. * Merge branch 'main' into assistant_Agent_tools * add reflect_on_tool_use parameter to format the tool call result * wip * wip * fix pyright * Add unit tests * Merge remote-tracking branch 'origin/main' into assistant_Agent_tools * Update with custom formatting of tool call summary * format * Merge branch 'main' into assistant_Agent_tools
- Loading branch information
1 parent
7a6d0a3
commit ef1dc34
Showing
9 changed files
with
844 additions
and
642 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.