Documentation ¶ Index ¶ func Run(ctx context.Context, args []string, options *Options) error type GooseConfig func NewConfig(ctx context.Context, options *Options) (*GooseConfig, 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 GooseConfig ¶ type GooseConfig struct { BaseURL string AuthToken string Model string FastModel string ContextLimit int } func NewConfig ¶ func NewConfig(ctx context.Context, options *Options) (*GooseConfig, error) type Options ¶ type Options = external.Options Source Files ¶ View all Source files config.gogoose.go Click to show internal directories. Click to hide internal directories.