Merge branch 'main' into 'mgx_ops'

Routinely merge main

See merge request pub/MetaGPT!18
This commit is contained in:
林义章 2024-04-03 07:07:16 +00:00
commit 3b9feeec3f
11 changed files with 115 additions and 33 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:
"""