tools

fun ToolRegistry.Builder.tools(toolSet: ToolSet, json: Json = Json)(source)

Registers a set of tools in the ToolRegistry using a given ToolSet.

This method simplifies the process of adding multiple tools by internally converting the tool set into a list of tools and registering them in the registry.

Parameters

toolSet

The ToolSet containing the tools to be registered.

json

The Json instance to use for serialization. Defaults to a standard Json instance if not provided.