mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-11 15:15:18 +02:00
update MakeTools DEFAULT_SYSTEM_MSG.
This commit is contained in:
parent
e8f5ce0f0a
commit
94b352cf23
1 changed files with 1 additions and 1 deletions
|
|
@ -236,7 +236,7 @@ class MakeTools(WriteCodeByGenerate):
|
|||
3. Must use Google style for function docstring, and your docstring must be consistent with the code,without missing anything.
|
||||
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.
|
||||
5. Dont have missing package references.**
|
||||
5. Only use the imported packages**
|
||||
"""
|
||||
|
||||
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