-
Hello here, Please help me on this issue, after I upgraded from 0.4.0.dev8 to 0.4.0.dev11 agent does not intelligently create response message based on the data that I return to tool? System Message
Data returned to tool function See the difference below |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@un-hongly spots on because now you need to turn on We removed the reflection step from default setting in dev10. Thanks for being an early user! See details here: https://microsoft.github.io/autogen/dev/reference/python/autogen_agentchat.agents.html#autogen_agentchat.agents.AssistantAgent |
Beta Was this translation helpful? Give feedback.
@un-hongly spots on because now you need to turn on
reflect_on_tool_use=True
inAssistantAgent
to get that.We removed the reflection step from default setting in dev10.
Thanks for being an early user!
See details here: https://microsoft.github.io/autogen/dev/reference/python/autogen_agentchat.agents.html#autogen_agentchat.agents.AssistantAgent