Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/astercloud/aster
/ addTool
Struct
addTool
pkg/tools/knowledge/factory.go:52–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
}
51
52
type
addTool
struct
{
53
pipe *core.Pipeline
54
}
55
56
func
(t *addTool) Name() string {
return
"KnowledgeAdd"
}
57
func
(t *addTool) Description() string {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected