feat: +software company test pass

This commit is contained in:
莘权 马 2024-03-30 17:55:30 +08:00
parent e5cabbe3cd
commit cc3567a4a1
5 changed files with 15 additions and 9 deletions

View file

@ -11,7 +11,7 @@ requirement = (
async def main(requirement: str = ""):
mgx = MGX(ususe_intent=True)
mgx = MGX(use_intent=True)
await mgx.run(requirement)