remove system prompt correctly to use local node

This commit is contained in:
2026-01-30 11:18:01 +08:00
parent 781b3f450e
commit 94dcc95881
2 changed files with 5 additions and 5 deletions

View File

@@ -161,7 +161,7 @@ class RoutingGraph(GraphBase):
SystemMessage(
self.prompt_dict["chat_prompt"]
),
*state["inp"][0]["messages"][1:]
*self._get_inp_msgs(state)
]}, state["inp"][1]