Skip to content

Commit

Permalink
fix type error
Browse files Browse the repository at this point in the history
  • Loading branch information
wuyiqunLu committed Jul 22, 2024
1 parent 1b0b382 commit 80e9c37
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 @@ -178,7 +178,7 @@ def pick_plan(
test_multi_plan: bool,
verbosity: int = 0,
max_retries: int = 3,
) -> Tuple[str, str]:
) -> Tuple[str, str, str]:
if not test_multi_plan:
k = list(plans.keys())[0]
return plans[k], tool_infos[k], ""
Expand Down

0 comments on commit 80e9c37

Please sign in to comment.