Describe the problem/error/question
Where can I see the system + tool instruction input to a Google Gemini Chat Model? It is not present in the model input logs.
Learning the ropes of n8n and I’m beginning to play around with agents + gemini model nodes. I can’t figure out how to view the entire context that is actually passed to the Google Gemini Chat Model.
Example: When I add a simple tool to the Agent, there must be some tool instruction or description that is appended to the system instructions passed to the Google Gemini Chat Model. After adding the “Create an event in Google Calendar”, follow up chat’s then will have responses such as “I can create an event in Google Calendar for you. Just tell me the details like the event title, date, and time.” within the model response. When opening the logs, the Google Gemini Chat Model Input has no indication that there were any system instructions passed in.
Am I missing something?
Please share your workflow
Share the output returned by the last node
I can create an event in Google Calendar for you.
Information on your n8n setup
- n8n version: latest
- Database (default: SQLite): default
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app): docker
- Operating system: Linux