diff --git a/lang_agent/graphs/tool_nodes.py b/lang_agent/graphs/tool_nodes.py index 3ccf46f..4ce047b 100644 --- a/lang_agent/graphs/tool_nodes.py +++ b/lang_agent/graphs/tool_nodes.py @@ -158,7 +158,7 @@ class ChattyToolNode(ToolNodeBase): tool_msgs = state.get("tool_messages")["messages"] inp = [ SystemMessage( - "do nothing and repeat the last message" + "REPEAT THE LAST MESSAGE AND DO NOTHING ELSE!" ), tool_msgs[-1].content ]