mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-02 14:45:17 +02:00
revert: 改用CONFIG
This commit is contained in:
parent
53030428c3
commit
fa7e16192a
1 changed files with 2 additions and 2 deletions
|
|
@ -72,7 +72,7 @@ class TalkAction(Action):
|
|||
"[HISTORY_BEGIN]" and "[HISTORY_END]" tags enclose the historical conversation;
|
||||
"[KNOWLEDGE_BEGIN]" and "[KNOWLEDGE_END]" tags enclose the knowledge may help for your responses;
|
||||
"Statement" defines the work detail you need to complete at this stage;
|
||||
"[ASK_BEGIN]" and [ASK_END] tags enclose the requirements for your to respond;
|
||||
"[ASK_BEGIN]" and [ASK_END] tags enclose the questions;
|
||||
"Constraint" defines the conditions that your responses must comply with.
|
||||
“Personality” defines your language style。
|
||||
"Insight" provides a deeper understanding of the characters' inner traits.
|
||||
|
|
@ -112,7 +112,7 @@ Statement: Unless you are a language professional, answer the following question
|
|||
"[HISTORY_BEGIN]" and "[HISTORY_END]" tags enclose the historical conversation;
|
||||
"[KNOWLEDGE_BEGIN]" and "[KNOWLEDGE_END]" tags enclose the knowledge may help for your responses;
|
||||
"Statement" defines the work detail you need to complete at this stage;
|
||||
"[ASK_BEGIN]" and [ASK_END] tags enclose the requirements for your to respond;
|
||||
"[ASK_BEGIN]" and [ASK_END] tags enclose the questions;
|
||||
"Constraint" defines the conditions that your responses must comply with.
|
||||
“Personality” defines your language style。
|
||||
"Insight" provides a deeper understanding of the characters' inner traits.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue