def __init__()

in computer-use-demo/computer_use_demo/tools/collection.py [0:0]


    def __init__(self, *tools: BaseAnthropicTool):
        self.tools = tools
        self.tool_map = {tool.to_params()["name"]: tool for tool in tools}