change keyword

This commit is contained in:
2025-12-12 13:53:29 +08:00
parent f2759ef493
commit 6405b58f95

View File

@@ -49,7 +49,7 @@ class RoutingConfig(KeyConfig):
class Route(BaseModel):
step: Literal["chat", "order"] = Field(
step: Literal["chat", "tool"] = Field(
None, description="The next step in the routing process"
)