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

Struct contextPluginAdapter

cli/context_adapter.go:36–38  ·  view source on GitHub ↗

contextPluginAdapter is the concrete plugins.ContextAdapter.

Source from the content-addressed store, hash-verified

34
35// contextPluginAdapter is the concrete plugins.ContextAdapter.
36type contextPluginAdapter struct {
37 cli *ChatCLI
38}
39
40// sessionID resolves the manager session key, mirroring knowledgePluginAdapter.
41func (a *contextPluginAdapter) sessionID() string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected