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 3932bf3 commit 3aed230
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vision_agent/agent/vision_agent_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,8 +267,8 @@ def run_plan(
tool_info,
exec,
retrieved_ltm,
log_progress,
verbosity=verbosity,
log_progress=log_progress,
)
if task["type"] == "code":
current_code = code
Expand Down Expand Up @@ -397,9 +397,9 @@ def chat_with_workflow(
self.exec,
working_code,
self.tool_recommender,
self.log_progress,
self.long_term_memory,
self.verbosity,
self.log_progress,
)
success = all(
task["success"] if "success" in task else False for task in plan
Expand Down

0 comments on commit 3aed230

Please sign in to comment.