From 6405b58f954ebf0f6c788c6db34d4f0a8211e332 Mon Sep 17 00:00:00 2001 From: goulustis Date: Fri, 12 Dec 2025 13:53:29 +0800 Subject: [PATCH] change keyword --- lang_agent/graphs/routing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" )