Skip to content

Commit

Permalink
removed duplicate TOOLS_INFO
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonalaird committed Sep 9, 2024
1 parent 1d721a3 commit 3423f5d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vision_agent/tools/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -1945,5 +1945,4 @@ def overlay_counting_results(
TOOL_DESCRIPTIONS = get_tool_descriptions(TOOLS) # type: ignore
TOOL_DOCSTRING = get_tool_documentation(TOOLS) # type: ignore
TOOLS_INFO = get_tools_info(FUNCTION_TOOLS) # type: ignore
TOOLS_INFO = get_tools_info(TOOLS) # type: ignore
UTILITIES_DOCSTRING = get_tool_documentation(UTIL_TOOLS) # type: ignore

0 comments on commit 3423f5d

Please sign in to comment.