Companion

Companion object providing factory methods and constants for ToolRegistry.

Properties

Link copied to clipboard

A constant representing an empty registry with no tools. TODO(KG-676): ToolRegistry is mutable but stored as an immutable object.

Functions

Link copied to clipboard

Creates a new instance of the Builder class, which is used to construct and manage a registry of tools.

Link copied to clipboard
operator fun invoke(init: ToolRegistryBuilder.() -> Unit): ToolRegistry

Creates a new ToolRegistry using the provided builder initialization block.