Documentation
¶
Index ¶
Constants ¶
View Source
const GeppettoHelpersSlug = "geppetto-helpers"
Variables ¶
This section is empty.
Functions ¶
func NewHelpersParameterLayer ¶
func NewHelpersParameterLayer() (layers.ParameterLayer, error)
Types ¶
type AutosaveSettings ¶
type HelpersSettings ¶
type HelpersSettings struct { PrintPrompt bool `glazed.parameter:"print-prompt"` System string `glazed.parameter:"system"` AppendMessageFile string `glazed.parameter:"append-message-file"` MessageFile string `glazed.parameter:"message-file"` StartInChat bool `glazed.parameter:"chat"` Interactive bool `glazed.parameter:"interactive"` ForceInteractive bool `glazed.parameter:"force-interactive"` Images []*parameters.FileData `glazed.parameter:"images"` Autosave *AutosaveSettings `glazed.parameter:"autosave,from_json"` NonInteractive bool `glazed.parameter:"non-interactive"` Output string `glazed.parameter:"output"` WithMetadata bool `glazed.parameter:"with-metadata"` FullOutput bool `glazed.parameter:"full-output"` }
Click to show internal directories.
Click to hide internal directories.