mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-14 15:25:17 +02:00
refactor: prompt
This commit is contained in:
parent
e06aa62ac4
commit
63594cd8fd
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ class TalkAction(Action):
|
|||
return prompt
|
||||
|
||||
@property
|
||||
def prompt_new(self):
|
||||
def formation_prompt(self):
|
||||
kvs = {
|
||||
"{role}": CONFIG.agent_description or "",
|
||||
"{history}": self._history_summary or "",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue