Alerting: Update prompt for Analyze rule AI button (#115341)

* update prompt for analayze rule AI button

* bring back the follow up in prompt

* use navigation suggestion instead of follow up
This commit is contained in:
Sonia Aguilar
2025-12-15 16:50:31 +01:00
committed by GitHub
parent ad793a5288
commit 1ffd19f1e9
@@ -99,7 +99,7 @@ function buildAnalyzeAlertingRulePrompt(rule: GrafanaAlertingRule): string {
const state = rule.state || 'firing';
const timeInfo = rule.activeAt ? ` starting at ${new Date(rule.activeAt).toISOString()}` : '';
const alertsNavigationPrompt = config.featureToggles.alertingTriage
? '\n- Include navigation to follow up on the alerts page'
? '\n- Include navigation to the alerts page ONLY if the alert is firing or pending'
: '';
let prompt = `