pub fn weather_to_ai_readable(
office_code: &str,
ov: &OverviewForecast,
fcr: &ForecastRoot,
) -> Result<AiReadableWeather>
Expand description
AI にも読みやすい JSON に整形する。
pub fn weather_to_ai_readable(
office_code: &str,
ov: &OverviewForecast,
fcr: &ForecastRoot,
) -> Result<AiReadableWeather>
AI にも読みやすい JSON に整形する。