feature: Explainable Alerts
This commit is contained in:
@@ -2,4 +2,5 @@ public record TrendResult(
|
||||
TrendOutcome Outcome,
|
||||
string? ObservationCode = null,
|
||||
decimal? RatePerMinute = null,
|
||||
bool AlertCreated = false);
|
||||
bool AlertCreated = false,
|
||||
TrendContext? Trend = null);
|
||||
Reference in New Issue
Block a user