@vidar Could be something like that: https://platform.openai.com/docs/guides/function-calling
The user location is not in the normal chat context, but when you ask for the weather it calls back a function which knows your location just like the search engines do (e. g. by IP geolocation, no location permission in the browser needed). The LLM rephrases the function result into an answer which includes the location.
It seems they have tried to make it forget this information again by suggesting it's hypothetical...
@vees
@vidar @vees And I agree, this has the potential of leaking data from one plugin/function to another and may create unwanted consequences.