MCPcopy Create free account
hub / github.com/astercloud/aster / searchTool

Struct searchTool

pkg/tools/knowledge/factory.go:118–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118type searchTool struct {
119 pipe *core.Pipeline
120}
121
122func (t *searchTool) Name() string { return "KnowledgeSearch" }
123func (t *searchTool) Description() string { return "Semantic search over core knowledge pipeline." }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected