Skip to content

Commit

Permalink
fix ollama bug (#379)
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonalaird authored Feb 27, 2025
1 parent 75529c8 commit 3172141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vision_agent/agent/vision_agent_planner.py
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ def generate_plan(
plans = write_plans(
chat,
get_tool_descriptions_by_names(
custom_tool_names, T.FUNCTION_TOOLS, T.UTIL_TOOLS # type: ignore
custom_tool_names, T.tools.FUNCTION_TOOLS, T.tools.UTIL_TOOLS # type: ignore
),
format_feedback(working_memory),
self.planner,
Expand Down

0 comments on commit 3172141

Please sign in to comment.