From e47657533453270565caa5e94cfa59307d2a7970 Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Sun, 15 Mar 2026 11:50:22 +0300 Subject: Chore: linter complaints --- rag/rag_integration_test.go | 1 + 1 file changed, 1 insertion(+) (limited to 'rag') diff --git a/rag/rag_integration_test.go b/rag/rag_integration_test.go index 6cd56c6..39c5011 100644 --- a/rag/rag_integration_test.go +++ b/rag/rag_integration_test.go @@ -52,6 +52,7 @@ func (d dummyStore) ChatGetMaxID() (uint32, error) { ret func (d dummyStore) Memorise(m *models.Memory) (*models.Memory, error) { return m, nil } func (d dummyStore) Recall(agent, topic string) (string, error) { return "", nil } func (d dummyStore) RecallTopics(agent string) ([]string, error) { return nil, nil } +func (d dummyStore) Forget(agent, topic string) error { return nil } // VectorRepo methods (not used but required by interface) func (d dummyStore) WriteVector(row *models.VectorRow) error { return nil } -- cgit v1.2.3