Azure OpenAI Chat Model node: doesn't allow inserting user prompt?

Describe the problem/error/question

I am trying to use Azure OpenAI Chat Model as AI agents model. I have all the API setup ok and working. But when I tried to build the workflow, I noticed that the Azure node doesn’t have any field for the actual prompt that would be passed.

Please share your workflow

Pretty simple Ai bot:

Information on your n8n setup

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

Hi @bottiverstas

The prompt is set in the AI Agent. There is a prompt field where you can pass the chat id, and you can add a system message.

Here’s an image.

if this post helps solve your issue, please mark it as the solution so others can benefit from it

Ah, silly me. Of course. This fixes it. Thanks!

@bottiverstas
Glad to help!