namespace Jibo.Runtime.Abstractions; public interface IWeatherCapability : ICapability { Task GetWeatherAsync(WeatherRequest request, CancellationToken cancellationToken = default); }