[𝘀𝗽𝗿] changes to main this commit is based on

Created using spr 1.3.7-beta.1

[skip ci]
This commit is contained in:
Ashwin Bharambe 2025-05-24 22:31:12 -07:00
parent 3faf1e4a79
commit 625cecbf81
4 changed files with 59 additions and 44 deletions

View file

@ -54,11 +54,11 @@ async def get_auto_router_impl(
DatasetIORouter,
EvalRouter,
InferenceRouter,
SafetyRouter,
ScoringRouter,
ToolRuntimeRouter,
VectorIORouter,
)
from .safety import SafetyRouter
api_to_routers = {
"vector_io": VectorIORouter,