mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-25 08:46:48 +02:00
remove debug
This commit is contained in:
parent
d0a321da18
commit
f781021d5a
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ class ExecuteNbCode(Action):
|
|||
for i, output in enumerate(outputs):
|
||||
if output["output_type"] == "stream" and not any(
|
||||
tag in output["text"]
|
||||
for tag in ["| INFO | metagpt", "| ERROR | metagpt", "| WARNING | metagpt"]
|
||||
for tag in ["| INFO | metagpt", "| ERROR | metagpt", "| WARNING | metagpt", "DEBUG"]
|
||||
):
|
||||
parsed_output += output["text"]
|
||||
elif output["output_type"] == "display_data":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue