From 054777b1af04ee5125325c5402fe66c5a8212021 Mon Sep 17 00:00:00 2001 From: goulustis Date: Wed, 12 Nov 2025 23:31:54 +0800 Subject: [PATCH] add space --- lang_agent/graphs/routing.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang_agent/graphs/routing.py b/lang_agent/graphs/routing.py index cc8d23d..142b094 100644 --- a/lang_agent/graphs/routing.py +++ b/lang_agent/graphs/routing.py @@ -64,7 +64,7 @@ class State(TypedDict): inp: Tuple[Dict[str, List[SystemMessage | HumanMessage]], Dict[str, Dict[str, str|int]]] messages: List[SystemMessage | HumanMessage] - decision:str + decision: str @@ -278,7 +278,7 @@ if __name__ == "__main__": nargs = { "messages": [SystemMessage("you are a helpful bot named jarvis"), - HumanMessage("use the calculator tool to calculate 92*55 and say the answer")] + HumanMessage("what is your name")] },{"configurable": {"thread_id": "3"}} for chunk, metadata in graph.stream({"inp": nargs}, stream_mode="messages"):