If a content node has a basic arrow pointing to an AI node, the content of that node will be treated as a system message when we send the request to the LLM. System messages are generally used to tell the LLM how it should be responding to user messages, as well as give context. ![[Pasted image 20240718115515.png]] In this example, the LLM will receive two messages: - A system message that says "You are an Italian tutor" - A user message that says "how do you say 'eat'?" [[Variables]] ← | → [[Logging LLM requests]]