forked from phoenix-oss/llama-stack-mirror
update
This commit is contained in:
parent
a92756a4b7
commit
42447729e4
3 changed files with 16 additions and 16 deletions
12
docs/_static/llama-stack-spec.html
vendored
12
docs/_static/llama-stack-spec.html
vendored
|
@ -8653,7 +8653,7 @@
|
|||
"EvaluationResponse": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"result_data": {
|
||||
"result_rows": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
|
@ -8680,9 +8680,9 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"description": "The result data containing generations and grades in each row."
|
||||
"description": "The result data containing inputs, generations and grades in each row."
|
||||
},
|
||||
"metrics": {
|
||||
"grades": {
|
||||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"oneOf": [
|
||||
|
@ -8706,13 +8706,13 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"description": "Map of metric name to aggregated value."
|
||||
"description": "Map of grader id to aggregated value."
|
||||
}
|
||||
},
|
||||
"additionalProperties": false,
|
||||
"required": [
|
||||
"result_data",
|
||||
"metrics"
|
||||
"result_rows",
|
||||
"grades"
|
||||
],
|
||||
"title": "EvaluationResponse",
|
||||
"description": "A response to an inline evaluation."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue