public add(toolInterface as Type, implementation as Object) as ToolRegistryBuilder:
Adds one tool interface implementation.
registry = ToolRegistry.builder().add(MathTools, MathToolsImpl()).build()