Skip to content

Commit

Permalink
Refined the user_proxy description in cases where it is fully automat…
Browse files Browse the repository at this point in the history
…ed. Too often, other agents assumed it could answer on behalf of a user in human_input=NEVER mode, but it cannot.
  • Loading branch information
afourney committed Dec 12, 2023
1 parent 3a768c3 commit e88402d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogen/agentchat/user_proxy_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class UserProxyAgent(ConversableAgent):
DEFAULT_USER_PROXY_AGENT_DESCRIPTIONS = {
"ALWAYS": "An attentive HUMAN user who can answer questions about the task, and can perform tasks such as running Python code or inputting command line commands at a Linux terminal and reporting back the execution results.",
"TERMINATE": "A user that can run Python code or input command line commands at a Linux terminal and report back the execution results.",
"NEVER": "A user that can run Python code or input command line commands at a Linux terminal and report back the execution results.",
"NEVER": "A user that CANNOT WRITE CODE, or answer other questions, but CAN EXECUTE PYTHON CODE and CAN INPUT COMMAND LINE sh COMMANDS at a Linux terminal, and REPORT BACK THE EXECUTION RESULTS.",
}

def __init__(
Expand Down

0 comments on commit e88402d

Please sign in to comment.