From e899a5c0b3ec010951dd8462717d672f4e5c561b Mon Sep 17 00:00:00 2001 From: Sizhe Date: Wed, 20 Nov 2024 16:13:46 +0800 Subject: [PATCH] limit coding to python and shell --- autogen/agentchat/contrib/agent_builder.py | 1 + 1 file changed, 1 insertion(+) diff --git a/autogen/agentchat/contrib/agent_builder.py b/autogen/agentchat/contrib/agent_builder.py index 2e7fbaa835..fb3403b4a2 100644 --- a/autogen/agentchat/contrib/agent_builder.py +++ b/autogen/agentchat/contrib/agent_builder.py @@ -117,6 +117,7 @@ class AgentBuilder: # Task requirement - Expert's name should follow the format: [skill]_Expert. - Only reply the names of the experts, separated by ",". +- If coding skills are required, they should be limited to Python and Shell. For example: Python_Expert, Math_Expert, ... """ AGENT_SYS_MSG_PROMPT = """# Your goal