mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-08 15:05:17 +02:00
Fix the format issue
This commit is contained in:
parent
f9617b3d10
commit
cc06719f8b
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ class WriteTasks(Action):
|
|||
>>> action = WriteTasks()
|
||||
>>> result = await action.run(user_requirement=user_requirement, design_filename=design_filename, output_pathname=output_pathname)
|
||||
>>> print(result)
|
||||
The project schedule is at /absolute/path/to/nake_game/docs/project_schedule.json
|
||||
The project schedule is at /absolute/path/to/snake_game/docs/project_schedule.json
|
||||
|
||||
# Write a project schedule with a user requirement.
|
||||
>>> user_requirement = "Write project schedule for a snake game following these requirements: ..."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue