openapi gen + precommit fix

This commit is contained in:
Xi Yan 2025-03-15 14:08:01 -07:00
parent 39f4dfbf50
commit 5cb0ad7d7f
4 changed files with 11 additions and 32 deletions

View file

@ -203,18 +203,10 @@ def get_distribution_template() -> DistributionTemplate:
DatasetInput(
dataset_id="bfcl",
provider_id="huggingface",
url=URL(uri="https://huggingface.co/datasets/llamastack/bfcl_v3"),
metadata={
"path": "llamastack/bfcl_v3",
"split": "train",
},
dataset_schema={
"function": {"type": "string"},
"language": {"type": "string"},
"ground_truth": {"type": "string"},
"id": {"type": "string"},
"chat_completion_input": {"type": "string"},
},
purpose=DatasetPurpose.eval_messages_answer,
source=URIDataSource(
uri="huggingface://llamastack/bfcl_v3?split=train",
),
),
]