File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,9 +18,6 @@ type EvalRequest struct {
1818
1919 // Parent specifies the parent span for tracing (optional).
2020 Parent * ParentInfo `json:"parent,omitempty"`
21-
22- // Scores lists remote scorer function references (optional).
23- Scores []RemoteScore `json:"scores,omitempty"`
2421}
2522
2623// EvalData specifies where evaluation data comes from.
@@ -46,12 +43,6 @@ type ParentInfo struct {
4643 PropagatedEvent json.RawMessage `json:"propagated_event,omitempty"`
4744}
4845
49- // RemoteScore references a Braintrust-hosted scorer function.
50- type RemoteScore struct {
51- FunctionID string `json:"function_id"`
52- Version string `json:"version,omitempty"`
53- }
54-
5546// Parameters defines the parameter schema for an evaluator, displayed in the Braintrust UI.
5647type Parameters struct {
5748 Schema map [string ]ParameterDef `json:"schema"`
You can’t perform that action at this time.
0 commit comments