A list of geopolitical entities mentioned in the conversation with the following properties:

  • country (str): The name of the country
  • state (str): The name of the state
  • city (str): The name of the city
result
{
  "geopolitical_entities": [
    {
      "country": "str",
      "state": "str",
      "city": "str"
    }
  ]
}

Was this page helpful?