BuiltinKnowledgePlugin is the @knowledge tool.
| 68 | |
| 69 | // BuiltinKnowledgePlugin is the @knowledge tool. |
| 70 | type BuiltinKnowledgePlugin struct{} |
| 71 | |
| 72 | // NewBuiltinKnowledgePlugin returns a ready-to-register plugin. |
| 73 | func NewBuiltinKnowledgePlugin() *BuiltinKnowledgePlugin { return &BuiltinKnowledgePlugin{} } |
nothing calls this directly
no outgoing calls
no test coverage detected