feat(scorers): validate model parameters - #308
Open
Cedric / ViaDézo1er (viadezo1er) wants to merge 4 commits into
Open
feat(scorers): validate model parameters#308Cedric / ViaDézo1er (viadezo1er) wants to merge 4 commits into
Cedric / ViaDézo1er (viadezo1er) wants to merge 4 commits into
Conversation
Contributor
|
Latest downloadable build artifacts for this PR commit
Available artifact names
|
Cedric / ViaDézo1er (viadezo1er)
force-pushed
the
cedric/scorers-validate-model-parameters
branch
from
August 14, 2026 20:15
3c04afd to
89fac1e
Compare
Cedric / ViaDézo1er (viadezo1er)
force-pushed
the
cedric/scorers-validate-model-parameters
branch
from
August 14, 2026 21:30
89fac1e to
3639e73
Compare
Cedric / ViaDézo1er (viadezo1er)
force-pushed
the
cedric/scorers-validate-model-parameters
branch
6 times, most recently
from
August 18, 2026 02:17
fc892d8 to
4d393b3
Compare
Cedric / ViaDézo1er (viadezo1er)
force-pushed
the
cedric/scorers-validate-model-parameters
branch
2 times, most recently
from
August 19, 2026 00:08
4dba7ec to
cfd98db
Compare
Cedric / ViaDézo1er (viadezo1er)
force-pushed
the
cedric/scorers-validate-model-parameters
branch
from
August 19, 2026 00:40
cfd98db to
3ad4a13
Compare
Cedric / ViaDézo1er (viadezo1er)
force-pushed
the
cedric/scorers-validate-model-parameters
branch
2 times, most recently
from
August 19, 2026 01:13
1c94601 to
21447b9
Compare
Cedric / ViaDézo1er (viadezo1er)
marked this pull request as ready for review
August 19, 2026 01:59
Cedric / ViaDézo1er (viadezo1er)
requested review from
Abhijeet Prasad (AbhiPrasad) and
Parker Henderson (parkerhendo)
August 19, 2026 02:03
Cedric / ViaDézo1er (viadezo1er)
force-pushed
the
cedric/scorers-validate-model-parameters
branch
2 times, most recently
from
August 21, 2026 01:43
94073ab to
69b2754
Compare
Cedric / ViaDézo1er (viadezo1er)
force-pushed
the
cedric/scorers-validate-model-parameters
branch
from
August 21, 2026 18:52
69b2754 to
80037f7
Compare
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.
AI Summary
Validate LLM scorer definitions through Braintrust as part of creating them.
POST /insert-functions422validation reports and show actionable parameter errors and backend normalization suggestionstop_k, reasoning enablement, and reasoning budgets in scorer model configuration-input sources on an interactive terminal instead of waiting for EOFBehavior
bt scorers createuses the existing insertion request for both validation and creation. Invalid definitions fail with the user-error exit code and are not written. With--json, errors retain a stable JSON envelope and provider response details.Related
Backend support: https://github.com/braintrustdata/braintrust/pull/18155