cmdlayers

package
v0.4.19 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 28, 2025 License: MIT Imports: 4 Imported by: 0

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 AutosaveSettings struct {
	Path     string `glazed.parameter:"path"`
	Template string `glazed.parameter:"template"`
	Enabled  string `glazed.parameter:"enabled"`
}

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"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL