-
I use What are the missing pieces of the puzzle? How can I enhance the application to be aware of and keep conversation context? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I'd recommend using a checkpointer and confirming the conversation history is being sent as expected to the LLM. You can use langsmith to confirm what data is being sent. In general if something is misbehaving, I'd suggest looking at the langsmith trace to ensure the data being sent to the LLM contains the history and that the LLM has the prerequisite information to respond appropriately |
Beta Was this translation helpful? Give feedback.
I'd recommend using a checkpointer and confirming the conversation history is being sent as expected to the LLM.
You can use langsmith to confirm what data is being sent.
In general if something is misbehaving, I'd suggest looking at the langsmith trace to ensure the data being sent to the LLM contains the history and that the LLM has the prerequisite information to respond appropriately