If an AI node has a [[Basic arrows|basic arrow]] pointing to another AI node, we'll pass along the chat history of that node in addition to its response. This allows you to define a conversation that will continue over several nodes.
![[Pasted image 20240718113254.png]]
In this example, first we send the user message "who are you", then the LLM responds, then we respond back with the message "are you sure?", and write the LLM's second response to the content node.
[[Hello world]] ← | → [[Variables]]