A list of organizations mentioned in the conversation with the following properties:

  • organization_name (str): The name of the organization
  • organization_location (Location): The location of the organization
  • organization_type (OrganizationType): The type of the organization
results
{
  "organization": [
    {
      "organization_name": "str",
      "organization_location": {
        "city": "str",
        "state": "str",
        "zipcode": "str",
        "country": "str"
      },
      "organization_type": "OrganizationType(ENUM)"
  ]
}

Organization Types

  • GOVERNMENT
  • PRIVATE
  • NGO

Was this page helpful?