Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
wuyiqunLu committed May 20, 2024
1 parent d0eb5c3 commit 1e5cdd0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions vision_agent/agent/vision_agent_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -412,9 +412,7 @@ def chat_with_workflow(

retries += 1

self.log_progress(
"The Vision Agent V2 has concluded this chat."
)
self.log_progress("The Vision Agent V2 has concluded this chat.")
self.log_progress(f"<ANSWER>Plan success: {success}</ANSWER>")

return {
Expand Down

0 comments on commit 1e5cdd0

Please sign in to comment.