mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-17 11:12:36 +00:00
change schema -> dataset_schema
This commit is contained in:
parent
c29fa56dde
commit
d1f758abf6
7 changed files with 15 additions and 15 deletions
|
|
@ -17,7 +17,7 @@ from llama_stack.apis.resource import Resource, ResourceType
|
|||
|
||||
|
||||
class CommonDatasetFields(BaseModel):
|
||||
schema: Dict[str, ParamType]
|
||||
dataset_schema: Dict[str, ParamType]
|
||||
url: URL
|
||||
metadata: Dict[str, Any] = Field(
|
||||
default_factory=dict,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue