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