You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(openai): cover both temperature branches behind supportsTemperature gate (#215)
Add two tests so the temperature expression's branches are fully exercised:
- explicit modelTemperature (left side of the `??`)
- deepseek-reasoner default of DEEP_SEEK_DEFAULT_TEMPERATURE (truthy ternary)
Closes the partial-branch gap codecov/patch flagged on line 162.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
0 commit comments