mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-05 14:55:18 +02:00
chore: remove _result.
This commit is contained in:
parent
f440ff69d0
commit
59af6d9692
1 changed files with 1 additions and 2 deletions
|
|
@ -145,9 +145,8 @@ class MLEngineer(Role):
|
|||
# truncated the result
|
||||
print(truncate(result))
|
||||
# print(result)
|
||||
_result = truncate(remove_escape_and_color_codes(result))
|
||||
self.working_memory.add(
|
||||
Message(content=_result, role="user", cause_by=ExecutePyCode)
|
||||
Message(content=truncate(remove_escape_and_color_codes(result)), role="user", cause_by=ExecutePyCode)
|
||||
)
|
||||
|
||||
if "!pip" in code:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue