I am trying to understand these lang chain nodes since while, but I just don’t get it. Some of them have system prompts I can enter, some of them have not.
Some have a prompt and user prompt and system prompt where I don’t know why, like the “Basic LLM Chain”.
The initial message you notated would be the default user prompt. The rest allows for system or assistant (or others depending on model) prompts to be setup. System and assistant prompts are essentially the same, defining the bots role and format etc. The user prompt is the input from you for your request to the model.
You can, for various reasons, also input more user prompts as well, perhaps like a pre or post stage.