mirror of
https://github.com/microsoft/autogen.git
synced 2026-02-10 09:35:09 -05:00
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 <ekzhu@users.noreply.github.com> * 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
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -296,7 +296,7 @@
|
||||
"name": "python",
|
||||
"nbconvert_exporter": "python",
|
||||
"pygments_lexer": "ipython3",
|
||||
"version": "3.12.6"
|
||||
"version": "3.11.5"
|
||||
}
|
||||
},
|
||||
"nbformat": 4,
|
||||
|
||||
Reference in New Issue
Block a user