File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -283,11 +283,6 @@ paths:
283283 type : boolean
284284 description : Optional flag to trigger remote evaluations
285285 default : true
286- evaluations :
287- type : array
288- items :
289- $ref : " #/components/schemas/LocalEvaluation"
290- description : Optional array of local evaluations
291286 testRuns :
292287 type : array
293288 items :
@@ -312,6 +307,11 @@ paths:
312307 description : Use outputs.steps insteads.
313308 items :
314309 $ref : " #/components/schemas/StepRun"
310+ evaluations :
311+ type : array
312+ items :
313+ $ref : " #/components/schemas/LocalEvaluation"
314+ description : Optional array of local evaluations
315315 required :
316316 - caseId
317317 - stepRuns
@@ -533,11 +533,6 @@ paths:
533533 type : boolean
534534 description : Optional flag to trigger remote evaluations
535535 default : true
536- localEvaluations :
537- type : array
538- items :
539- $ref : " #/components/schemas/LocalEvaluation"
540- description : Optional array of local evaluations
541536 testRuns :
542537 type : array
543538 items :
@@ -560,6 +555,11 @@ paths:
560555 type : object
561556 additionalProperties : true
562557 description : The returned outputs for the test case
558+ evaluations :
559+ type : array
560+ items :
561+ $ref : " #/components/schemas/LocalEvaluation"
562+ description : Optional array of local evaluations
563563 required :
564564 - caseId
565565 - inputs
You can’t perform that action at this time.
0 commit comments