Documentation ¶
Index ¶
Constants ¶
View Source
const AiPath = "github.com/go-go-golems/geppetto/pkg/steps/ai"
View Source
const ChatPath = "github.com/go-go-golems/geppetto/pkg/steps/ai/chat"
View Source
const CommandPath = "github.com/go-go-golems/geppetto/pkg/cmds"
View Source
const ContextPath = "github.com/go-go-golems/geppetto/pkg/context"
View Source
const ConversationPath = "github.com/go-go-golems/bobatea/pkg/chat/conversation"
View Source
const LayerPath = "github.com/go-go-golems/glazed/pkg/cmds/layers"
View Source
const SettingsPath = "github.com/go-go-golems/geppetto/pkg/steps/ai/settings"
View Source
const StepsPath = "github.com/go-go-golems/geppetto/pkg/steps"
View Source
const TemplatingPath = "github.com/go-go-golems/glazed/pkg/helpers/templating"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GeppettoCommandCodeGenerator ¶
type GeppettoCommandCodeGenerator struct {
PackageName string
}
func (*GeppettoCommandCodeGenerator) GenerateCommandCode ¶
func (g *GeppettoCommandCodeGenerator) GenerateCommandCode(cmd *cmds.GeppettoCommand) (*jen.File, error)
Click to show internal directories.
Click to hide internal directories.