update tools according to intention

update TaskTypeDef for software development
This commit is contained in:
stellahsr 2024-04-09 17:37:49 +08:00
parent 2b56c36787
commit eef0375c6c
4 changed files with 22 additions and 15 deletions

View file

@ -9,13 +9,13 @@ requirement = (
# "design a game using Gym (an open source Python library), including a graphical interface and interactive gameplay"
# "帮我把pip的源设置成https://pypi.tuna.tsinghua.edu.cn/simple"
# "This is a website url does not require login: https://demosc.chinaz.net/Files/DownLoad//moban/202404/moban7767 please write a similar web page,developed in vue language, The package.json dependency must be generated"
# "I would like to imitate the website available at https://demosc.chinaz.net/Files/DownLoad//moban/202404/moban7767. Could you please browse through it?"
"Create a 2048 Game"
"I would like to imitate the website available at https://demosc.chinaz.net/Files/DownLoad//moban/202404/moban7767. Could you please browse through it?"
# "Create a 2048 Game"
)
async def main(requirement: str = ""):
mgx = MGX(use_intent=True, tools=["software development"])
mgx = MGX(use_intent=True, tools=["<all>"])
await mgx.run(requirement)