Variable: E_TOOL_ALREADY_REGISTERED
ts
const E_TOOL_ALREADY_REGISTERED: CreatedException<[]>;Thrown when @nhtio/adk!ToolRegistry.register is called for a tool name that is already registered and overwrite is not true.
Remarks
Fatal — accidentally overwriting a registered tool indicates a programming error. Pass overwrite: true to replace an existing tool intentionally.