mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-02 14:45:17 +02:00
chore
This commit is contained in:
parent
b561b2f982
commit
98b14bbcc3
1 changed files with 1 additions and 1 deletions
|
|
@ -148,7 +148,7 @@ class MLEngineer(Role):
|
|||
print(truncate_result)
|
||||
# print(result)
|
||||
self.working_memory.add(
|
||||
Message(content=truncate_result, keep_len=_keep_result_len), role="user", cause_by=ExecutePyCode)
|
||||
Message(content=truncate_result, role="user", cause_by=ExecutePyCode)
|
||||
)
|
||||
|
||||
if "!pip" in code:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue