ToolRegistryBuilder
A builder class for creating a ToolRegistry instance. This class provides methods to configure and register tools, either individually or as a list, and then constructs a registry containing the defined tools.
Functions
Link copied to clipboard
Finalizes the configuration of the ToolRegistryBuilder and constructs a ToolRegistry instance.
Link copied to clipboard
Registers a tool to the ToolRegistryBuilder.
fun ToolRegistry.Builder.tool(toolFunction: ERROR CLASS: Symbol not found for Method, thisRef: Any? = null, name: String? = null, description: String? = null): ToolRegistry.Builder
Registers toolFunction as a tool in the ToolRegistry.
Link copied to clipboard
Registers a list of tools into the tool registry.
Registers a set of tools from the instance in the ToolRegistry .