Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var OpenaiCmd = &cobra.Command{
Use: "openai",
Short: "OpenAI commands",
}
Functions ¶
This section is empty.
Types ¶
type CompletionCommand ¶ added in v0.1.4
type CompletionCommand struct {
// contains filtered or unexported fields
}
func NewCompletionCommand ¶ added in v0.1.4
func NewCompletionCommand() (*CompletionCommand, error)
func (*CompletionCommand) Description ¶ added in v0.1.4
func (j *CompletionCommand) Description() *cmds.CommandDescription
func (*CompletionCommand) Run ¶ added in v0.1.4
func (j *CompletionCommand) Run(ctx context.Context, ps map[string]interface{}, gp *cmds.GlazeProcessor) error
Click to show internal directories.
Click to hide internal directories.