Skip to content

Commit

Permalink
Merge pull request geekan#785 from arnaudgelas/fix/prompt-logic
Browse files Browse the repository at this point in the history
Fix prompt logic when defining to who the message should be sent.
  • Loading branch information
geekan authored Jan 31, 2024
2 parents d35527b + 91c5c72 commit eb94c5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions metagpt/actions/run_code.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
Determine if all of the code works fine, if so write PASS, else FAIL,
WRITE ONLY ONE WORD, PASS OR FAIL, IN THIS SECTION
## Send To:
Please write Engineer if the errors are due to problematic development codes, and QaEngineer to problematic test codes, and NoOne if there are no errors,
WRITE ONLY ONE WORD, Engineer OR QaEngineer OR NoOne, IN THIS SECTION.
Please write NoOne if there are no errors, Engineer if the errors are due to problematic development codes, else QaEngineer,
WRITE ONLY ONE WORD, NoOne OR Engineer OR QaEngineer, IN THIS SECTION.
---
You should fill in necessary instruction, status, send to, and finally return all content between the --- segment line.
"""
Expand Down

0 comments on commit eb94c5f

Please sign in to comment.