Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonalaird committed May 20, 2024
1 parent e28fd08 commit 0b1fa8b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vision_agent/agent/vision_agent_v3.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,6 @@ def chat_with_workflow(
retries = 0

while not success and retries < self.max_retries:
__import__("ipdb").set_trace()
plan_i = write_plan(
chat, TOOL_DESCRIPTIONS, format_memory(working_memory), self.planner
)
Expand Down

0 comments on commit 0b1fa8b

Please sign in to comment.