Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
public sealed class PdieClient : System.IDisposable
var client = new PdieClient("http://localhost:8000"); var alerts = await client.GetPreAlertsAsync("sector-7"); foreach (var alert in alerts) { Console.WriteLine($"Alert: {alert.PredictedDisasterType} ({alert.Probability:P})"); }
Was this page helpful?