LLM Chain correct configuration

Describe the problem/error/question

Sometimes the LLM Chain Node takes the input as the user message, when it is a message created by the very same flow. It is answering the input message when it should use it to create a better output.

Share the output returned by the last node

Information on your n8n setup

  • n8n version: 1.111.1
  • Database (default: SQLite): default
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app): n8n cloud
  • Operating system:

And the the problem is that you have set the system prompt agent to “Send exactly the same text from…” .

Can you tell me the correct way to do this? I need to use the message without changes in this step.

Ok… let’s clarify what do you exactly want to achieve here with the message, is either pass it further without any change, or improving the output?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.