remove system prompt correctly to use local node
This commit is contained in:
@@ -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]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user