diff --git a/lang_agent/graphs/routing.py b/lang_agent/graphs/routing.py index 4db7932..e53fd5d 100644 --- a/lang_agent/graphs/routing.py +++ b/lang_agent/graphs/routing.py @@ -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" )