Merge pull request #1143 from wangsheng/patch-1

fix typo mistake
This commit is contained in:
Alexander Wu 2024-03-31 14:06:15 +08:00 committed by GitHub
commit f5c7d721b1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,7 +17,7 @@ from metagpt.schema import Message
class SimpleWriteCode(Action):
PROMPT_TEMPLATE: str = """
Write a python function that can {instruction} and provide two runnnable test cases.
Write a python function that can {instruction} and provide two runnable test cases.
Return ```python your_code_here ``` with NO other texts,
your code:
"""