Documentation ¶ Index ¶ func Run(ctx context.Context, args []string, options *Options) error type JunieConfig func NewConfig(ctx context.Context, options *Options) (*JunieConfig, error) type Options Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Run ¶ func Run(ctx context.Context, args []string, options *Options) error Types ¶ type JunieConfig ¶ type JunieConfig struct { BaseURL string AuthToken string Model string FastModel string } func NewConfig ¶ func NewConfig(ctx context.Context, options *Options) (*JunieConfig, error) type Options ¶ type Options = external.Options Source Files ¶ View all Source files config.gojunie.go Click to show internal directories. Click to hide internal directories.