mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-16 20:29:28 +00:00
change schema -> dataset_schema
This commit is contained in:
parent
c29fa56dde
commit
d1f758abf6
7 changed files with 15 additions and 15 deletions
|
|
@ -332,7 +332,7 @@ class DatasetsRoutingTable(CommonRoutingTableImpl, Datasets):
|
|||
identifier=dataset_id,
|
||||
provider_resource_id=provider_dataset_id,
|
||||
provider_id=provider_id,
|
||||
schema=schema,
|
||||
dataset_schema=schema,
|
||||
url=url,
|
||||
metadata=metadata,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue