move global config access out of ModelConfig, and move ModelConfig into goose_providers (#9769)

This commit is contained in:
Jack Amadeo
2026-06-18 12:33:19 -04:00
committed by GitHub
parent 4c64375de7
commit 80eaf8fa44
92 changed files with 843 additions and 1027 deletions
@@ -1459,7 +1459,7 @@ When thinking is enabled, you can view the model's reasoning process. See [Viewi
:::info Priority Order
The thinking level is determined in this order (highest to lowest priority):
1. `request_params.thinking_level` in model configuration (via `GOOSE_PREDEFINED_MODELS`)
1. `request_params.thinking_level` in model configuration
2. `GEMINI3_THINKING_LEVEL` environment variable
3. Default value: `low`
:::