refactor(tool_configs.py): remove unused get_all_tools_simple function to clean up code and improve maintainability
This commit is contained in:
parent
7c828053d3
commit
119afd8600
|
|
@ -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 = []
|
||||
|
|
|
|||
Loading…
Reference in New Issue