Hi everyone,
I have an n8n automation that automatically drafts a reply in Gmail when a new chat or email message arrives (see attached workflow). It works fine in itself, but I notice that the AI model (OpenAI Chat Model in my case) often defaults to English in response even if the original email is in Dutch, German, or French.
Sometimes it picks the correct language, but it usually stays in English.
Is there a simple way (for example, using an additional node) to automatically display the language of the incoming message and hand it over to the AI model so it can respond in that language?
If so:
Which node should I use for this?
How can I best add this to my existing workflow?
Any tips are welcome!