mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-30 03:16:23 +02:00
fixbug: fixbug intent
This commit is contained in:
parent
f75382b918
commit
de53a1ae35
3 changed files with 22 additions and 8 deletions
|
|
@ -47,7 +47,14 @@ SOP_CONFIG = [
|
|||
# "Run QA test on the project repository.",
|
||||
"Stage and commit changes for the project repository using Git.",
|
||||
],
|
||||
)
|
||||
),
|
||||
SOPItem(
|
||||
description="Error message, issues, fix bug",
|
||||
sop=[
|
||||
"Fix bugs in the project repository.",
|
||||
"Stage and commit changes for the project repository using Git.",
|
||||
],
|
||||
),
|
||||
]
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue