Skip to content

Commit

Permalink
remove ipdb
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonalaird committed Apr 15, 2024
1 parent 4001524 commit dae1031
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vision_agent/agent/vision_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,6 @@ def chat_with_workflow(
self.answer_model, question, answers, reflections
)

__import__("ipdb").set_trace()
visualized_output = visualize_result(all_tool_results)
all_tool_results.append({"visualized_output": visualized_output})
reflection = self_reflect(
Expand Down

0 comments on commit dae1031

Please sign in to comment.