MCPcopy Create free account
hub / github.com/PaperDebugger/paperdebugger / Prompt

Struct Prompt

internal/models/prompt.go:7–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5)
6
7type Prompt struct {
8 BaseModel `bson:",inline"`
9 UserID bson.ObjectID `bson:"user_id"`
10 Title string `bson:"title"`
11 Content string `bson:"content"`
12}
13
14func (p Prompt) CollectionName() string {
15 return "prompts"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected