contextPluginAdapter is the concrete plugins.ContextAdapter.
| 34 | |
| 35 | // contextPluginAdapter is the concrete plugins.ContextAdapter. |
| 36 | type contextPluginAdapter struct { |
| 37 | cli *ChatCLI |
| 38 | } |
| 39 | |
| 40 | // sessionID resolves the manager session key, mirroring knowledgePluginAdapter. |
| 41 | func (a *contextPluginAdapter) sessionID() string { |
nothing calls this directly
no outgoing calls
no test coverage detected