mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-05 14:55:18 +02:00
Merge branch 'fixbug_use_web_as_default_program_language' into 'mgx_ops'
use web as default program language See merge request pub/MetaGPT!263
This commit is contained in:
commit
fccfa5a9cc
4 changed files with 19 additions and 11 deletions
|
|
@ -214,7 +214,7 @@ class RoleZero(Role):
|
|||
self.rc.memory.add(UserMessage(content=outputs))
|
||||
|
||||
return AIMessage(
|
||||
content=f"Complete run with outputs: {outputs}",
|
||||
content=f"{self.name} has finished the task, mark it as finished. Complete run with outputs: {outputs}",
|
||||
sent_from=self.name,
|
||||
cause_by=RunCommand,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue