MCPcopy Index your code
hub / github.com/docker/docker-agent / ToolSet

Struct ToolSet

pkg/tools/builtin/rag/rag.go:47–51  ·  view source on GitHub ↗

ToolSet provides document querying capabilities for a single RAG source.

Source from the content-addressed store, hash-verified

45
46// ToolSet provides document querying capabilities for a single RAG source.
47type ToolSet struct {
48 manager *rag.Manager
49 toolName string
50 eventCallback EventCallback
51}
52
53// Verify interface compliance.
54var (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected