This commit is contained in:
Xi Yan 2025-03-13 16:33:31 -07:00
parent 887a9772de
commit fb07642549

View file

@ -13,7 +13,6 @@ from llama_stack.apis.resource import Resource, ResourceType
from llama_stack.schema_utils import json_schema_type, register_schema, webmethod
@json_schema_type
class DatasetPurpose(Enum):
"""
Purpose of the dataset. Each purpose has a required input data schema.