mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-05 14:55:18 +02:00
feat: +unit test
This commit is contained in:
parent
f861d4be1f
commit
884bac758a
2 changed files with 3 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -167,3 +167,4 @@ tmp.png
|
|||
.dependencies.json
|
||||
tests/metagpt/utils/file_repo_git
|
||||
*.tmp
|
||||
*.png
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ async def test_run():
|
|||
{
|
||||
"content": "who is tulin",
|
||||
"role": "user",
|
||||
"id": 1,
|
||||
"id": "1",
|
||||
},
|
||||
{"content": "The one who eaten a poison apple.", "role": "assistant"},
|
||||
],
|
||||
|
|
@ -53,7 +53,7 @@ async def test_run():
|
|||
{
|
||||
"content": "can you draw me an picture?",
|
||||
"role": "user",
|
||||
"id": 1,
|
||||
"id": "1",
|
||||
},
|
||||
{"content": "Yes, of course. What do you want me to draw", "role": "assistant"},
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue