public class ToolRegistryBuilder extends Object:
| Modifier and Type | Member | Description |
|---|---|---|
| public | addadd(toolInterface as Type, implementation as Object) as ToolRegistryBuilder: |
Adds one tool interface implementation. |
| public | buildbuild() as ToolRegistry: |
Materializes the immutable registry. |