registerTools

Registers tools into the tool registry using the provided configuration lambda.

This method allows adding custom tools to the registry by defining them through the ToolRegistry.Builder. The tools are applied to the internal toolRegistry of the AgentConfig class instance by merging existing tools with the newly registered tools.

Parameters

build

A lambda function for configuring the tool registry using the ToolRegistry.Builder.