This commit is contained in:
Xi Yan 2025-03-19 10:10:02 -07:00
parent d1b44c1251
commit 443b18a992
5 changed files with 7 additions and 127 deletions

View file

@ -7681,73 +7681,6 @@
"title": "EvaluationResponse",
"description": "A response to an inline evaluation."
},
"ScoringResult": {
"type": "object",
"properties": {
"scores": {
"type": "array",
"items": {
"type": "object",
"additionalProperties": {
"oneOf": [
{
"type": "null"
},
{
"type": "boolean"
},
{
"type": "number"
},
{
"type": "string"
},
{
"type": "array"
},
{
"type": "object"
}
]
}
},
"description": "The scoring result for each row. Each row is a map of grader column name to value."
},
"metrics": {
"type": "object",
"additionalProperties": {
"oneOf": [
{
"type": "null"
},
{
"type": "boolean"
},
{
"type": "number"
},
{
"type": "string"
},
{
"type": "array"
},
{
"type": "object"
}
]
},
"description": "Map of metric name to aggregated value."
}
},
"additionalProperties": false,
"required": [
"scores",
"metrics"
],
"title": "ScoringResult",
"description": "A scoring result for a single row."
},
"HealthInfo": {
"type": "object",
"properties": {

View file

@ -5359,41 +5359,6 @@ components:
- grades
title: EvaluationResponse
description: A response to an inline evaluation.
ScoringResult:
type: object
properties:
scores:
type: array
items:
type: object
additionalProperties:
oneOf:
- type: 'null'
- type: boolean
- type: number
- type: string
- type: array
- type: object
description: >-
The scoring result for each row. Each row is a map of grader column name
to value.
metrics:
type: object
additionalProperties:
oneOf:
- type: 'null'
- type: boolean
- type: number
- type: string
- type: array
- type: object
description: Map of metric name to aggregated value.
additionalProperties: false
required:
- scores
- metrics
title: ScoringResult
description: A scoring result for a single row.
HealthInfo:
type: object
properties: