This commit is contained in:
Xi Yan 2025-03-12 23:41:25 -07:00
parent f90dcd2a69
commit b328db4f60
2 changed files with 4 additions and 4 deletions

View file

@ -8791,10 +8791,10 @@
"type": "string",
"enum": [
"post-training/messages",
"eval/question-answer"
"eval/messages-answer"
],
"title": "DatasetPurpose",
"description": "Purpose of the dataset. Each type has a different column format."
"description": "Purpose of the dataset. Each purpose has a required input data schema."
},
"description": "The purposes that this scoring function can be used for."
}

View file

@ -6069,10 +6069,10 @@ components:
type: string
enum:
- post-training/messages
- eval/question-answer
- eval/messages-answer
title: DatasetPurpose
description: >-
Purpose of the dataset. Each type has a different column format.
Purpose of the dataset. Each purpose has a required input data schema.
description: >-
The purposes that this scoring function can be used for.
additionalProperties: false