diff --git a/vision_agent/tools/tools.py b/vision_agent/tools/tools.py index 1300d53a..7092a646 100644 --- a/vision_agent/tools/tools.py +++ b/vision_agent/tools/tools.py @@ -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