refactor: prompt

This commit is contained in:
莘权 马 2023-09-04 10:12:10 +08:00
parent e06aa62ac4
commit 63594cd8fd

View file

@ -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 "",