Skip to content

Commit

Permalink
Merge pull request #50 from szwang-seedtech/main
Browse files Browse the repository at this point in the history
limit coding to python and shell in autobuild
  • Loading branch information
qingyun-wu authored Nov 30, 2024
2 parents 5ab5522 + e899a5c commit 14be8f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autogen/agentchat/contrib/agent_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 14be8f2

Please sign in to comment.