Sanjivani-S / DraftGPT

GPT that drafts a Root Cause Analysis (RCA) document with input from unstructured sources (e.g. Slack chat, document templates, and emails)
3 stars 2 forks source link

Input log file from somewhere #15

Closed montao closed 5 months ago

montao commented 6 months ago

it should be possible to use a log file so that GPT can look in a large log file for an error message that could be informative, for example https://raw.githubusercontent.com/logpai/loghub/master/Linux/Linux_2k.log

montao commented 5 months ago

include error message from TLS error

Sanjivani-S commented 5 months ago

Log file can be given as input from github actions, as shown in image below. If Log file is not found, it raises an error. If Slack channel input is found along with log file input, log file input is appended to slack channel input.

image