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

Struct BuiltinAskPlugin

cli/plugins/builtin_ask.go:24–24  ·  view source on GitHub ↗

BuiltinAskPlugin is the @ask tool.

Source from the content-addressed store, hash-verified

22
23// BuiltinAskPlugin is the @ask tool.
24type BuiltinAskPlugin struct{}
25
26// NewBuiltinAskPlugin returns a registerable instance.
27func NewBuiltinAskPlugin() *BuiltinAskPlugin { return &BuiltinAskPlugin{} }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected