Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Prompt ¶
type Prompt struct {
Name string `json:"name"`
Description string `json:"description,omitempty"`
Template string `json:"template"`
Variables []string `json:"variables,omitempty"` // Expected template variables
// Runtime fields (not serialized)
Scope string `json:"-"` // "local" or "global" - where this prompt came from
SourcePath string `json:"-"` // Path to the source file
}
Prompt represents a reusable prompt template
Click to show internal directories.
Click to hide internal directories.