f1_weather_strategy_impact
Evaluate how weather affects F1 strategy: get tire compound recommendations and pit-window adjustments based on session weather data.
Instructions
Analyse weather data and recommend compound or pit-window adjustments.
Args: session_key: OpenF1 session identifier.
Returns: data: {has_rain, avg_track_temp_c, compound_recommendation, recommendation}. meta.estimated: true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_key | Yes | OpenF1 session identifier. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| meta | No | ||
| error | No |