Uh oh!
There was an error while loading. Please reload this page.
feat(scorers): create LLM scorers and classifiers - #307
Conversation
Latest downloadable build artifacts for this PR commit
Available artifact names
|
5e13709 to
8f1e4c0Compare8f1e4c0 to
9d92d66Compare9d92d66 to
06883feCompare06883fe to
ddc82b0Compare0d53e92 to
9963a33CompareThere was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit:9963a33d87
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "Codex (@codex) review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "Codex (@codex) address that feedback".
Uh oh!
There was an error while loading. Please reload this page.
Stephen Belanger (Qard)
left a comment
There was a problem hiding this comment.
Still overall LGTM, though CI still seems to be failing, and looks like it needs a rebase.
a8f8b84 to
e737d2bCompareCedric / ViaDézo1er (viadezo1er)
commented
Aug 18, 2026
Rebase done |
…has been ignored when it happens
…se instead of what bt asked to be created
…_api_key responses are classified as user/provider errors, not Braintrust authentication failures
c8cf632 to
7fed713CompareUh oh!
There was an error while loading. Please reload this page.
Add
bt scorers createfor prompt-based LLM scorers and classifiers.Parameter validation is a follow-up partly done in #308, and partly done in https://github.com/braintrustdata/braintrust/pull/18155 (and
btwill need tweaking once the braintrust pr is merged).At the moment it is possible to pass incorrect parameters to the scorers, and sometimes the web ui will even show them:
bt-scorer-messages.json:[ { "role": "system", "content": "You are a strict evaluator. Compare the candidate answer with the expected answer. Return exactly PASS or FAIL." }, { "role": "user", "content": "Question: {{input.question}}\nExpected answer: {{expected}}\nCandidate answer: {{output}}" } ]