mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-02 14:45:17 +02:00
make roles to speak their mind while they act
This commit is contained in:
parent
546c58aa6a
commit
55794a572b
1 changed files with 0 additions and 1 deletions
|
|
@ -34,7 +34,6 @@ class Speak(Action):
|
|||
|
||||
async def run(self, context: str, profile: str):
|
||||
|
||||
# prompt = self.PROMPT_TEMPLATE.format(context=context, profile=profile)
|
||||
prompt = self.PROMPT_TEMPLATE.replace("__context__", context).replace("__profile__", profile)
|
||||
|
||||
rsp = await self._aask(prompt)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue