fastest_laps
Retrieve each driver's lap time ranked by time. Specify the number of drivers to include.
Instructions
Get the fastest lap set by each driver, ranked.
Use this when the user asks about fastest laps, who set the quickest time, or lap time comparisons across the field.
Args: top_n: Number of drivers to include (default 10)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top_n | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |