mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-01 11:56:24 +02:00
rm debug msg
This commit is contained in:
parent
7eb379bf9f
commit
fe2ae365fe
1 changed files with 0 additions and 3 deletions
|
|
@ -123,9 +123,6 @@ class DataInterpreter(Role):
|
|||
self.working_memory.add(Message(content=code, role="assistant", cause_by=cause_by))
|
||||
|
||||
### execute code ###
|
||||
import pdb
|
||||
|
||||
pdb.set_trace()
|
||||
result, success = await self.execute_code.run(code)
|
||||
print(result)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue