mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-06 21:52:25 +08:00
fix typo mistake
This commit is contained in:
@@ -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:
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user