Error using Azure OpenAI And OpenAI LLM

UPDATE: Same error after awaping to OpenAI (not Azure OpenAI)
I’m getting proper response, but still it reports error.
Any idea why???

ERROR:
No prompt specified

Expected to find the prompt in an input field called ‘chatInput’ (this is what the chat trigger node outputs). To use something else, change the ‘Prompt’ parameter

Please share your workflow

Information on your n8n setup

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

Well… I found bypass, but it is very stupid bypass… I added “Edit Field” node, and set output to chatinput, pass it to the agent, and change the source to chat…
I’m sure I hit a defect.
Please let me know if I missed something and it should have done differentlly.

Also got the same error. No clue why. Makes no sense.

My OpenAI (message assistant) is directly connected to the chat trigger.