update doc

This commit is contained in:
Xi Yan 2025-03-12 23:27:45 -07:00
parent 4f6f0f6a91
commit 772339bebf

View file

@ -15,7 +15,8 @@ from llama_stack.schema_utils import json_schema_type, register_schema, webmetho
class DatasetPurpose(Enum):
"""
Purpose of the dataset. Each type has a different column format.
Purpose of the dataset. Each purpose has a required input data schema.
:cvar post-training/messages: The dataset contains messages used for post-training. Examples:
{
"messages": [