mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-29 02:46:24 +02:00
make qa_engineer, enable writetest and runcode
This commit is contained in:
parent
007c8c0457
commit
84b6c2bf8a
7 changed files with 202 additions and 35 deletions
4
metagpt/utils/special_tokens.py
Normal file
4
metagpt/utils/special_tokens.py
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
# token to separate different code messages in a WriteCode Message content
|
||||
WRITECODE_MSG_SEP = "#*000*#"
|
||||
# token to seperate file name and the actual code text in a code message
|
||||
FILENAME_CODE_SEP = "#*001*#"
|
||||
Loading…
Add table
Add a link
Reference in a new issue