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
fix(api-server): correct test assertions, symmetric sentinel for max_tokens
Fix TestAgentPostLlmDefaults to assert 0.7/4000 (the actual defaults
applied by BeforeCreate), not 0.0/0. Add unsetMaxTokens sentinel (-1)
mirroring the temperature approach so POST max_tokens=0 behaves the
same as POST temperature=0 — both preserve explicit zero via PATCH
while applying defaults on omitted POST.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments