mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-12 09:12:38 +02:00
update DEFAULT_SYSTEM_MSG.
This commit is contained in:
parent
51bf8863af
commit
2b8dbec5d0
1 changed files with 2 additions and 1 deletions
|
|
@ -16,7 +16,8 @@ class MakeTools(WriteCodeByGenerate):
|
|||
1. Reflect on whether it meets the requirements of a general function.
|
||||
2. Refactor your code to get the most efficient implementation for large input data in the shortest amount of time.
|
||||
3. Use Google style for function annotations.
|
||||
4. Write example code by using old varibales in old code, and make sure it could be execute in the user's machine.**
|
||||
4. Write example code after `if __name__ == '__main__':`by using old varibales in old code,
|
||||
and make sure it could be execute in the user's machine.**
|
||||
"""
|
||||
|
||||
def __init__(self, name: str = '', context: list[Message] = None, llm: LLM = None, workspace: str = None):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue