Skip to content

Change the prompt of the RCA feature

What does this MR do and why?

Change the prompt of the RCA feature

This adds a header tag to the "Example fix" section

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After
Screenshot_2024-07-10_at_5.27.11_p.m. Screenshot_2024-07-10_at_5.26.19_p.m.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

  1. Ensure that you have the AI Gateway setup
  2. Turn on the Duo feature flags bundle exec rails gitlab:duo:enable_feature_flags
  3. Turn on the root_cause_analysis_duo feature flag, echo Feature.enable(:root_cause_analysis_duo) > bundle exec rails c
  4. Go to a failing job and click on Troubleshoot
  5. Check that the Example Fix section is bolded
Edited by Jose Ivan Vargas

Merge request reports