> ## Documentation Index
> Fetch the complete documentation index at: https://docs.gladia.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Vehicles

> Description of your new file.

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

* **vehicle\_make** (str): The make of the vehicle
* **vehicle\_model** (str): The model of the vehicle
* **vehicle\_year** (str): The year of the vehicle
* **vehicle\_color** (str): The color of the vehicle
* **vehicle\_plate** (str): The plate of the vehicle
* **vehicle\_identification\_number** (str): The identification number of the vehicle

```json results theme={"system"}
{
  "vehicle_make": "str",
  "vehicle_model": "str",
  "vehicle_year": "str",
  "vehicle_color": "str",
  "vehicle_plate": "str",
  "vehicle_identification_number": "str",
}
```
