MCPcopy 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
52type addTool struct {
53 pipe *core.Pipeline
54}
55
56func (t *addTool) Name() string { return "KnowledgeAdd" }
57func (t *addTool) Description() string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected