WeatherQueryKind
type WeatherQueryKind = "current" | "temperature" | "feelslike" | "high" | "low";Defined in: packages/engine/src/packages/weather/parselets/WeatherQueryParselet.ts:13
The 5 SoulverCore-documented weather query kinds, encoded as the first
segment of the query string this package’s single async resolver caches
on (see WeatherPackage.ts’s WEATHER_FN_IDX / createQueryResolver call
, one resolver, one plugin function, kind+city both folded into the
query string it scans for).