refactor(tool_configs.py): remove unused get_all_tools_simple function to clean up code and improve maintainability

This commit is contained in:
Ariel Frischer 2025-02-14 14:41:42 -08:00
parent 7c828053d3
commit 119afd8600
1 changed files with 0 additions and 5 deletions

View File

@ -64,11 +64,6 @@ def get_read_only_tools(
return tools
def get_all_tools_simple():
"""Return a list containing all available tools using existing group methods."""
return get_all_tools()
def get_all_tools() -> list[BaseTool]:
"""Return a list containing all available tools from different groups."""
all_tools = []