Skip to content

Commit dae1031

Browse files
committed
remove ipdb
1 parent 4001524 commit dae1031

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

vision_agent/agent/vision_agent.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,6 @@ def chat_with_workflow(
474474
self.answer_model, question, answers, reflections
475475
)
476476

477-
__import__("ipdb").set_trace()
478477
visualized_output = visualize_result(all_tool_results)
479478
all_tool_results.append({"visualized_output": visualized_output})
480479
reflection = self_reflect(

0 commit comments

Comments
 (0)