Example request
Places data is intent-detected: send a prompt that expresses location intent (for example, looking for restaurants, attractions, or businesses in a place). No flag is required.places array documented below.
Overview
Location data extracted from the response when AI Mode detects location intent.Place structure
| Field | Type | Description |
|---|---|---|
title | string | Place name |
rating | number | Star rating (0-5) |
reviews | integer | Number of reviews |
price | string | Price level (e.g., ”$”, ”$$”, ”$$$“) |
status | string | Operating status (e.g., “Open now”) |
address | string | Full address |
place_id | string | Google Places ID |
link | string | Google search URL for the place |