summaryrefslogtreecommitdiff
path: root/internal/promptstore/store.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/promptstore/store.go')
-rw-r--r--internal/promptstore/store.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/promptstore/store.go b/internal/promptstore/store.go
index b4b9586..1597b36 100644
--- a/internal/promptstore/store.go
+++ b/internal/promptstore/store.go
@@ -1,4 +1,4 @@
-// Summary: Prompt storage interface and JSONL-based implementation.
+// Package promptstore provides a prompt storage interface and JSONL-based implementation.
package promptstore
import (