I cloned and run the Github example for function calling.
https://github.com/microsoft/autogen/blob/main/notebook/agentchat_function_call.ipynb
I got this error.
Traceback (most recent call last):
File "template_agents/policy_manager.py", line 37, in <module>
@user_proxy.register_for_execution()
AttributeError: 'UserProxyAgent' object has no attribute 'register_for_execution'. Did you mean: 'register_function'?
How can I solve this problem?
GitHub
Enable Next-Gen Large Language Model Applications. Join our Discord: https://discord.gg/pAbnFJrkgZ - microsoft/autogen