From 3423f5d51b66cb9f09a96dc73e6ce521e9ad7ceb Mon Sep 17 00:00:00 2001 From: Dillon Laird Date: Mon, 9 Sep 2024 08:11:57 -0700 Subject: [PATCH] removed duplicate TOOLS_INFO --- vision_agent/tools/tools.py | 1 - 1 file changed, 1 deletion(-) 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