remove json_schema_type decorator

This commit is contained in:
Xi Yan 2025-03-11 16:08:06 -07:00
parent 0e8a53ab69
commit 02aa9a1e85

View file

@ -13,7 +13,6 @@ from llama_stack.apis.resource import Resource, ResourceType
from llama_stack.schema_utils import json_schema_type, webmethod
@json_schema_type
class Schema(Enum):
"""
Schema of the dataset. Each type has a different column format.