This repository was archived by the owner on May 20, 2026. It is now read-only.
Commit 65e5eb3
authored
Add internal reasoning effort settings for evals (#4875)
Add TeamInternal settings for configuring reasoning effort:
- chat.advanced.responsesApiReasoningEffort: for Responses API
- chat.advanced.anthropicThinkingEffort: for Anthropic thinking
These are hidden settings (not in package.json) used by evals to
configure reasoning/thinking effort without affecting end users.
Setting takes priority over per-request model picker value.1 parent a69c28d commit 65e5eb3
3 files changed
Lines changed: 7 additions & 2 deletions
File tree
- src/platform
- configuration/common
- endpoint/node
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
844 | 844 | | |
845 | 845 | | |
846 | 846 | | |
| 847 | + | |
| 848 | + | |
| 849 | + | |
| 850 | + | |
847 | 851 | | |
848 | 852 | | |
849 | 853 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
176 | | - | |
| 176 | + | |
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
| 78 | + | |
78 | 79 | | |
79 | 80 | | |
80 | 81 | | |
| |||
0 commit comments