memoryPluginAdapter is the concrete plugins.MemoryAdapter.
| 29 | |
| 30 | // memoryPluginAdapter is the concrete plugins.MemoryAdapter. |
| 31 | type memoryPluginAdapter struct { |
| 32 | cli *ChatCLI |
| 33 | } |
| 34 | |
| 35 | // invalidate refreshes the context builder so freshly written memory is |
| 36 | // visible on the next turn. No-op when the builder is absent. |
nothing calls this directly
no outgoing calls
no test coverage detected