mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-15 11:02:36 +02:00
revert: prompt
This commit is contained in:
parent
40bbacd25d
commit
3f71ebb71a
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ class TalkAction(Action):
|
|||
prompt += f"Knowledge:\n{self._knowledge}\n\n" if self._knowledge else ""
|
||||
prompt += f"{self._history_summary}\n\n"
|
||||
prompt += (
|
||||
"If the information is insufficient, you can search in the historical conversation or knowledge above."
|
||||
"If the information is insufficient, you can search in the historical conversation or knowledge above.\n"
|
||||
)
|
||||
language = CONFIG.language or DEFAULT_LANGUAGE
|
||||
prompt += (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue