build

expect fun build(): ToolRegistry(source)

Finalizes the configuration of the ToolRegistryBuilder and constructs a ToolRegistry instance.

This method aggregates all the tools that have been added using the builder methods and creates a new ToolRegistry object containing these tools.

Return

A ToolRegistry instance with the configured tools from the builder.

actual fun build(): ToolRegistry(source)
actual fun build(): ToolRegistry(source)