add batches=inline::reference to ci-tests/starter distro

This commit is contained in:
Matthew Farrellee 2025-08-15 11:54:43 -04:00 committed by Ashwin Bharambe
parent a0cd3c775d
commit 829c0e25ab
5 changed files with 23 additions and 0 deletions

View file

@ -139,6 +139,9 @@ def get_distribution_template() -> DistributionTemplate:
BuildProvider(provider_type="inline::rag-runtime"),
BuildProvider(provider_type="remote::model-context-protocol"),
],
"batches": [
BuildProvider(provider_type="inline::reference"),
],
}
files_provider = Provider(
provider_id="meta-reference-files",