Documentation
¶
Overview ¶
Package config holds flakehunter's runtime settings.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Repo string
Owner string
RepoName string
Days int
WorkflowFile string
MaxRuns int
Offline bool
FixturesDir string
Provider string
Model string
BaseURL string
Temperature float64
MinConfidence float64
Token string
}
Config is the resolved configuration for a command invocation.
func Default ¶
func Default() Config
Default returns the baseline settings before flags are applied.
func (Config) LLMOptions ¶
LLMOptions projects the config onto the llm package's options.
Click to show internal directories.
Click to hide internal directories.