remove debug

This commit is contained in:
mannaandpoem 2024-02-08 14:21:39 +08:00
parent d0a321da18
commit f781021d5a

View file

@ -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":