Skip to content

Commit c2d8a00

Browse files
Update README.md
Automatically detect the probable root cause (Network, Hardware, Application, Security, etc.) based on ticket description keywords.
1 parent e1409c2 commit c2d8a00

File tree

1 file changed

+1
-1
lines changed
  • Server-Side Components/Script Includes/Root-Cause Predictor

1 file changed

+1
-1
lines changed

Server-Side Components/Script Includes/Root-Cause Predictor/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This helps in faster triaging and routing tickets to the right support teams.
2020
var util = new global.RootCausePredictor();
2121
var cat = util.predict(current.description);
2222
current.u_root_cause = cat;
23-
current.work_notes = "🔍 Auto-classified as: " + cat.toUpperCase();
23+
current.work_notes = "Auto-classified as: " + cat.toUpperCase();
2424
})(current);
2525

2626
--------------

0 commit comments

Comments
 (0)