mirror of
https://github.com/microsoft/autogen.git
synced 2026-01-26 23:10:23 -05:00
Refined the user_proxy description. (#951)
* Refined the user_proxy description in cases where it is fully automated. Too often, other agents assumed it could answer on behalf of a user in human_input=NEVER mode, but it cannot. * Refined prompt further as per discussion.
This commit is contained in:
@@ -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 computer terminal that performs no other action than running Python scripts (provided to it quoted in ```python code blocks), or sh shell scripts (provided to it quoted in ```sh code blocks).",
|
||||
}
|
||||
|
||||
def __init__(
|
||||
|
||||
Reference in New Issue
Block a user