mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-07-11 16:22:15 +02:00
refactor: prompt
This commit is contained in:
parent
f54c507f06
commit
c2c7f1c96d
1 changed files with 8 additions and 0 deletions
|
|
@ -98,7 +98,11 @@ Statement: Unless you are a language professional, answer the following question
|
|||
, "[HISTORY_END]", "[KNOWLEDGE_BEGIN]", "[KNOWLEDGE_END]", "[ASK_BEGIN]", "[ASK_END]" in responses.
|
||||
|
||||
[ASK_BEGIN]
|
||||
|
||||
|
||||
{ask}
|
||||
|
||||
|
||||
[ASK_END]"""
|
||||
|
||||
__FORMATION_LOOSE__ = """Formation: "Capacity and role" defines the role you are currently playing;
|
||||
|
|
@ -130,5 +134,9 @@ Statement: Unless you are a language professional, answer the following question
|
|||
, "[HISTORY_END]", "[KNOWLEDGE_BEGIN]", "[KNOWLEDGE_END]", "[ASK_BEGIN]", "[ASK_END]" in responses.
|
||||
|
||||
[ASK_BEGIN]
|
||||
|
||||
|
||||
{ask}
|
||||
|
||||
|
||||
[ASK_END]"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue