Skip to content

Commit

Permalink
address comment
Browse files Browse the repository at this point in the history
  • Loading branch information
wuyiqunLu committed Sep 24, 2024
1 parent 4034797 commit 6f409c1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions vision_agent/agent/vision_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,11 +335,8 @@ def chat_with_code(
else:
self.streaming_message({"role": "assistant", "content": response})

<<<<<<< Updated upstream
finished = response["let_user_respond"]

=======
>>>>>>> Stashed changes
code_action = parse_execution(
response["response"], test_multi_plan, customized_tool_names
)
Expand Down

0 comments on commit 6f409c1

Please sign in to comment.