AutoAgents / autoagents /system /utils /special_tokens.py
Orami01's picture
Upload 274 files
9c48ae2
raw
history blame
198 Bytes
# token to separate different code messages in a WriteCode Message content
MSG_SEP = "#*000*#"
# token to seperate file name and the actual code text in a code message
FILENAME_CODE_SEP = "#*001*#"