Hello !
I’m a beginner and i’m start to discover N8N. As many, I try to create an assistant and test some functions with different services.
Currently, I try to make my agent work with Outlook calendar through Telegram chat, and I’ve now a strange message, knowing that it was working fine few days ago…
Describe the problem/error/question
I’ve a main agent and a sub agent which is dedicated to calendar.
When I request something (list events, etc.), I receive an error from the sub agent saying :
[GoogleGenerativeAI Error]: Error fetching from https://generativelanguage.googleapis.com/v1beta/models/gemini-2.5-flash:generateContent: [400 Bad Request] Request has empty input.
What is the error message (if any)?
[GoogleGenerativeAI Error]: Error fetching from https://generativelanguage.googleapis.com/v1beta/models/gemini-2.5-flash:generateContent: [400 Bad Request] Request has empty input.
Please share your workflow
Share the output returned by the last node
No parameters are set up to be filled by AI. Click on the
button next to a parameter to allow AI to set its value.
Bad request - please check your parameters
[GoogleGenerativeAI Error]: Error fetching from https://generativelanguage.googleapis.com/v1beta/models/gemini-2.5-flash:generateContent: [400 Bad Request] Request has empty input.
Information on your n8n setup
- n8n version: 1.120.3
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
- Operating system:
Do you have an idea about the issue and the root cause ?
If I define the tool directly, without a sub agent, there is no issue.
Thank you !