I don’t know if this is a model issue or AI Studio behaviour, but recently I’ve noticed that chatting with Gemini-3 in Ai-Studio includes model’s knowledge about the current date and time, and maybe some other actual, ‘environmental’ data.
Is this happening in the model processing engine itself? Is this a kind of ‘agentic prompt’ that’s injected by AI Studio environment? What data exactly is included in it? and is there a way to control/disable it?
Many thanks!
I really hope for an official/authorative answer about this.
All content generation requests are handled through endpoints such as generateContent or streamGenerateContent. These endpoints use a structured contents array to represent conversation turns between the user and the model. For further details, please refer to the documentation