Merge branch 'geekan/main' into HEAD

This commit is contained in:
莘权 马 2024-04-01 11:20:58 +08:00
commit 97108b7d01
4 changed files with 18 additions and 9 deletions

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:
"""