Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
wuyiqunLu committed Jul 26, 2024
1 parent 0e35dc2 commit 648e667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vision_agent/agent/vision_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ def pick_plan(
"code": code,
"payload": {
"result": tool_output.to_json(),
}
},
"status": "completed" if tool_output.success else "failed",
}
)
Expand Down

0 comments on commit 648e667

Please sign in to comment.