planting runtime seeds
This commit is contained in:
9
OpenJibo/src/Jibo.Runtime.Abstractions/WeatherRequest.cs
Normal file
9
OpenJibo/src/Jibo.Runtime.Abstractions/WeatherRequest.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Jibo.Runtime.Abstractions;
|
||||
|
||||
public sealed class WeatherRequest
|
||||
{
|
||||
public string? LocationName { get; init; }
|
||||
public string? TimeZone { get; init; }
|
||||
public bool IncludeHourly { get; init; }
|
||||
public bool IncludeDaily { get; init; }
|
||||
}
|
||||
Reference in New Issue
Block a user