This commit is contained in:
Xi Yan 2025-03-19 09:49:53 -07:00
parent 42447729e4
commit 0048274ec0
3 changed files with 7 additions and 6 deletions

View file

@ -10328,14 +10328,14 @@
"properties": {
"dataset_id": {
"type": "string",
"description": "The ID of the dataset to be used to run the benchmark."
"description": "The ID of the dataset to be used to run the benchmark. ID obtained through `datasets.register()`"
},
"grader_ids": {
"type": "array",
"items": {
"type": "string"
},
"description": "List of grader ids to use for this benchmark."
"description": "List of grader ids to use for this benchmark. ID obtained through `graders.register()`"
},
"benchmark_id": {
"type": "string",

View file

@ -7084,13 +7084,14 @@ components:
dataset_id:
type: string
description: >-
The ID of the dataset to be used to run the benchmark.
The ID of the dataset to be used to run the benchmark. ID obtained through
`datasets.register()`
grader_ids:
type: array
items:
type: string
description: >-
List of grader ids to use for this benchmark.
List of grader ids to use for this benchmark. ID obtained through `graders.register()`
benchmark_id:
type: string
description: >-