change to new schema for URL() codegen

This commit is contained in:
Yang Yang 2025-03-12 12:39:07 -07:00
parent e4c3f43a99
commit 32d025923c

View file

@ -229,7 +229,7 @@ def get_distribution_template() -> DistributionTemplate:
DatasetInput(
dataset_id="bfcl",
provider_id="huggingface",
url={"uri": "https://huggingface.co/datasets/llamastack/bfcl_v3"},
url=URL(uri="https://huggingface.co/datasets/llamastack/bfcl_v3"),
metadata={
"path": "llamastack/bfcl_v3",
"split": "train",