get_efficiency_by_month_and_temperature
Analyze Tesla vehicle efficiency trends by month and temperature using detailed data from the TeslaMate database. Identify patterns to optimize performance and energy usage.
Instructions
Get the efficiency by month and temperature for each car.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"title": "get_efficiency_by_month_and_temperatureArguments",
"type": "object"
}