Skip to content

Fix formatting of issue summaries

Nicolas Dular requested to merge nd/fix-notes-summary-output into master

What does this MR do and why?

Fix formatting of issue summaries

In some summaries, we found random numbers within tags or closing the summary with """. This was due to the format we requested from the LLM.

With the new prompt we separate each comment within a tag, remove the random number and the """ at the end of the prompt.

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 with """ Before with random number After
Screenshot 2024-03-20 at 17.24.17.png Screenshot_2024-03-20_at_17.24.26 Screenshot_2024-03-20_at_17.36.37

How to set up and validate locally

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

Merge request reports