fix(eval): glm-5.3 rejects thinking.type=disabled — send reasoning_effort alone - #62
Merged
Conversation
…fort alone Probed the live API (2026-08-31): glm-5.3-flash answers the combined payload with HTTP 400 code 1210 — 'This model always engages in thinking and cannot be disabled; please use low, high, or max'. The both-knobs approach from the previous commit would have 400'd every call and, after retries, silently scored empty predictions. Valid reasoning_effort values are exactly low, high, max; an effort now sends reasoning_effort only, glm-5.2 keeps thinking.type=disabled.
ronaldtse
added a commit
that referenced
this pull request
Aug 31, 2026
Exhausted API retries checkpoint as empty-string predictions. Resuming treated them as completed rows, silently scoring them as all-error — the 2026-08-31 GLM-5.3-Flash run first read 15.96 DER because 140 such rows (produced by the pre-#62 400-ing payload) were resumed as 'done'; the true number was 8.57. Empty rows are now dropped at load and re-fetched, with a startup line disclosing how many.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.