Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SystemPrompt ¶
Types ¶
type Profile ¶
type Profile struct {
Enabled bool `json:"enabled"`
Name string `json:"name"`
Style string `json:"style,omitempty"`
Traits []string `json:"traits,omitempty"`
Instructions string `json:"instructions,omitempty"`
CreatedAt time.Time `json:"created_at"`
UpdatedAt time.Time `json:"updated_at"`
}
func DefaultProfile ¶
func DefaultProfile() Profile
Click to show internal directories.
Click to hide internal directories.