mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-24 14:15:17 +02:00
update MakeTools DEFAULT_SYSTEM_MSG.
This commit is contained in:
parent
0daf7ea4e3
commit
7ddca9e995
1 changed files with 1 additions and 1 deletions
|
|
@ -223,7 +223,7 @@ class WriteCodeWithTools(BaseWriteAnalysisCode):
|
|||
|
||||
|
||||
class MakeTools(WriteCodeByGenerate):
|
||||
DEFAULT_SYSTEM_MSG = """Please Create a very General Function Code startswith `def` from any codes you got.\n
|
||||
DEFAULT_SYSTEM_MSG = """Convert any codes provied for you to a very General Function Code startswith `def`.\n
|
||||
**Notice:
|
||||
1. Your code must contain a general function start with `def`.
|
||||
2. Refactor your code to get the most efficient implementation for large input data in the shortest amount of time.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue