change system prompt

This commit is contained in:
2025-11-22 19:41:30 +08:00
parent 0140985dbb
commit fd6ac9b5d8

View File

@@ -158,7 +158,7 @@ class ChattyToolNode(ToolNodeBase):
tool_msgs = state.get("tool_messages")["messages"] tool_msgs = state.get("tool_messages")["messages"]
inp = [ inp = [
SystemMessage( SystemMessage(
"do nothing and repeat the last message" "REPEAT THE LAST MESSAGE AND DO NOTHING ELSE!"
), ),
tool_msgs[-1].content tool_msgs[-1].content
] ]