MCPcopy Create free account
hub / github.com/diillson/chatcli / BuiltinKnowledgePlugin

Struct BuiltinKnowledgePlugin

cli/plugins/builtin_knowledge.go:70–70  ·  view source on GitHub ↗

BuiltinKnowledgePlugin is the @knowledge tool.

Source from the content-addressed store, hash-verified

68
69// BuiltinKnowledgePlugin is the @knowledge tool.
70type BuiltinKnowledgePlugin struct{}
71
72// NewBuiltinKnowledgePlugin returns a ready-to-register plugin.
73func NewBuiltinKnowledgePlugin() *BuiltinKnowledgePlugin { return &BuiltinKnowledgePlugin{} }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected