tools

expect fun tools(toolsList: List<Tool<*, *>>): ToolRegistryBuilder(source)

Registers a list of tools into the tool registry.

Return

A ToolRegistryBuilder instance for further configuration or building.

Parameters

toolsList

A list of tools to be registered, where each tool is an instance of the Tool class.

Registers a set of tools from the instance in the ToolRegistry .


actual fun tools(toolsList: List<Tool<*, *>>): ToolRegistryBuilder(source)
actual fun tools(toolsList: List<Tool<*, *>>): ToolRegistryBuilder(source)