URL
https://python.langchain.com/docs/concepts/messages/
Checklist
Issue with current documentation:
Let's say invoke the llm once with both system message and user message
Next time, do I need to feed the system message again? It's not clear from the documentation.
In particular, I don't understand what happens when using checkpoint memory in langgraph. In that case, can I just feed messages with no system message after the first time I run invoke with a node?
Idea or request for content:
No response
URL
https://python.langchain.com/docs/concepts/messages/
Checklist
Issue with current documentation:
Let's say invoke the llm once with both system message and user message
Next time, do I need to feed the system message again? It's not clear from the documentation.
In particular, I don't understand what happens when using checkpoint memory in langgraph. In that case, can I just feed messages with no system message after the first time I run invoke with a node?
Idea or request for content:
No response