We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aa685db + 9b5fa82 commit e1e776dCopy full SHA for e1e776d
circuit_maintenance_parser/parser.py
@@ -353,6 +353,7 @@ class LLM(Parser):
353
* Status could be confirmed, ongoing, cancelled, completed or rescheduled
354
* If you see any other backup windows, create a new list entry for each pair of start/end seen there.
355
* If no backup windows are found. leave the backup_windows list empty.
356
+ * Impact should be returned as either "no impact", "partial" or "outage" depending on which best represents the impact information in the email.
357
"""
358
359
def parser_hook(self, raw: bytes, content_type: str):
0 commit comments