Uh oh!
There was an error while loading. Please reload this page.
feat(scorers): validate model parameters - #308
Merged
Cedric / ViaDézo1er (viadezo1er) merged 4 commits intoAug 26, 2026
Merged
Conversation
Contributor
Latest downloadable build artifacts for this PR commit
Available artifact names
|
Cedric / ViaDézo1er (viadezo1er)force-pushed
the
cedric/scorers-create
branch
from
August 14, 2026 20:15
5e13709 to
8f1e4c0CompareCedric / ViaDézo1er (viadezo1er)force-pushed
the
cedric/scorers-validate-model-parameters
branch
from
August 14, 2026 20:15
3c04afd to
89fac1eCompareCedric / ViaDézo1er (viadezo1er)force-pushed
the
cedric/scorers-create
branch
3 times, most recently
from
August 14, 2026 21:27
06883fe to
ddc82b0CompareCedric / ViaDézo1er (viadezo1er)force-pushed
the
cedric/scorers-validate-model-parameters
branch
from
August 14, 2026 21:30
89fac1e to
3639e73CompareCedric / ViaDézo1er (viadezo1er)force-pushed
the
cedric/scorers-create
branch
from
August 14, 2026 22:49
0d53e92 to
9963a33CompareCedric / ViaDézo1er (viadezo1er)force-pushed
the
cedric/scorers-validate-model-parameters
branch
6 times, most recently
from
August 18, 2026 02:17
fc892d8 to
4d393b3CompareCedric / ViaDézo1er (viadezo1er)force-pushed
the
cedric/scorers-create
branch
2 times, most recently
from
August 18, 2026 20:57
a8f8b84 to
e737d2bCompareCedric / ViaDézo1er (viadezo1er)force-pushed
the
cedric/scorers-validate-model-parameters
branch
2 times, most recently
from
August 19, 2026 00:08
4dba7ec to
cfd98dbCompareCedric / ViaDézo1er (viadezo1er)force-pushed
the
cedric/scorers-create
branch
from
August 19, 2026 00:40
c8cf632 to
7fed713CompareCedric / ViaDézo1er (viadezo1er)force-pushed
the
cedric/scorers-validate-model-parameters
branch
from
August 19, 2026 00:40
cfd98db to
3ad4a13CompareCedric / ViaDézo1er (viadezo1er)force-pushed
the
cedric/scorers-validate-model-parameters
branch
2 times, most recently
from
August 19, 2026 01:13
1c94601 to
21447b9CompareCedric / 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
This comment was marked as outdated.
This comment was marked as outdated.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
Cedric / ViaDézo1er (viadezo1er)force-pushed
the
cedric/scorers-validate-model-parameters
branch
3 times, most recently
from
August 21, 2026 18:52
69b2754 to
80037f7CompareLuca Forstner (lforst)
self-requested a review
August 25, 2026 18:17
Stephen Belanger (Qard)
approved these changes
Aug 26, 2026
Cedric / ViaDézo1er (viadezo1er)force-pushed
the
cedric/scorers-validate-model-parameters
branch
from
August 26, 2026 20:41
80037f7 to
e68ddeeCompareUh oh!
There was an error while loading. Please reload this page.
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 freeto 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.
Instead of accepting any kinds of invalid parameters, now the backend checks them and bt surfaces the error message.
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