Skip to content

Commit

Permalink
remove break point
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonalaird committed Oct 16, 2024
1 parent 906ee66 commit 802c7e2
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 @@ -155,7 +155,6 @@ def execute_code_action(
obs = str(result.logs)
if result.error:
obs += f"\n{result.error}"
__import__("ipdb").set_trace()
extract_and_save_files_to_artifacts(artifacts, code, obs, result)
return result, obs

Expand Down

0 comments on commit 802c7e2

Please sign in to comment.