| 116 | } |
| 117 | |
| 118 | type searchTool struct { |
| 119 | pipe *core.Pipeline |
| 120 | } |
| 121 | |
| 122 | func (t *searchTool) Name() string { return "KnowledgeSearch" } |
| 123 | func (t *searchTool) Description() string { return "Semantic search over core knowledge pipeline." } |
nothing calls this directly
no outgoing calls
no test coverage detected