add export to eval

This commit is contained in:
Dinesh Yeduguru 2024-12-04 16:34:59 -08:00
parent cdfc98cf08
commit 4c78432bc8
5 changed files with 66 additions and 0 deletions

View file

@ -23,6 +23,7 @@ def available_providers() -> List[ProviderSpec]:
Api.scoring,
Api.inference,
Api.agents,
Api.telemetry,
],
),
]