diff options
Diffstat (limited to 'agent/agent.go')
| -rw-r--r-- | agent/agent.go | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/agent/agent.go b/agent/agent.go index 8824ecb..2b0d457 100644 --- a/agent/agent.go +++ b/agent/agent.go @@ -38,8 +38,3 @@ func RegisterA(toolNames []string, a AgenterA) { func Get(toolName string) AgenterB { return RegistryB[toolName] } - -// Register is a convenience wrapper for RegisterB. -func Register(toolName string, a AgenterB) { - RegisterB(toolName, a) -} |
