You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
============================================== warnings summary ===============================================
test/agentchat/test_agent_setup_with_use_docker_settings.py::test_agent_setup_with_env_variable_false_and_docker_running
/workspaces/autogen/autogen/agentchat/user_proxy_agent.py:83: UserWarning: Using None to signal a default code_execution_config is deprecated. Use {} to use default or False to disable code execution.
super().__init__(
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html```
### Screenshots and logs
_No response_
### Additional Information
_No response_
The text was updated successfully, but these errors were encountered:
Describe the issue
UserProxyAgent
declarescode_execution_config
to be an optional parameter and sets its default value for toNone
autogen/autogen/agentchat/user_proxy_agent.py
Line 33 in 8f6590e
ConversableAgent
deprecated use ofNone
autogen/autogen/agentchat/conversable_agent.py
Line 83 in 8f6590e
Steps to reproduce
Instantiating a user proxy results in a deprecating warning. E.g. by running the following test:
we get the following warning
The text was updated successfully, but these errors were encountered: