added default reasoning_effort
This commit is contained in:
@@ -273,6 +273,9 @@ func TestGetCfgDefaults(t *testing.T) {
|
||||
if !cfg.Stream || cfg.Color != "auto" {
|
||||
t.Errorf("default stream/color mismatch: %+v", cfg)
|
||||
}
|
||||
if cfg.Raw["reasoning_effort"] != "high" {
|
||||
t.Errorf("default reasoning_effort = %q, want high", cfg.Raw["reasoning_effort"])
|
||||
}
|
||||
}
|
||||
|
||||
func TestGetCfgParsesFile(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user