Skip to content

Commit e1e776d

Browse files
authored
Merge pull request #315 from aliex-13/llm_impact_assessment
return proper impact result for LLM parsing
2 parents aa685db + 9b5fa82 commit e1e776d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

circuit_maintenance_parser/parser.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,7 @@ class LLM(Parser):
353353
* Status could be confirmed, ongoing, cancelled, completed or rescheduled
354354
* If you see any other backup windows, create a new list entry for each pair of start/end seen there.
355355
* 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.
356357
"""
357358

358359
def parser_hook(self, raw: bytes, content_type: str):

0 commit comments

Comments
 (0)