Skip to content

Fix DirectAnwer response from the chat

Nicolas Dular requested to merge nd/fix-direct-answer-response into master

What does this MR do and why?

Fixes two issues with GitLab Duo chat:

  1. When DirectAnswer was used, it forgot the context it was given and responded as "An AI assistant from Anthropic" instead of "GitLab Duo Chat"
  2. When DirectAnswer was used, it sometimes responded with Final Answer: DirectAnswer <rest of the content> and DirectAnswer was then part of the response to the user, although DirectAnswer should have been the Action

Screenshots or screen recordings

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

Before After
Screenshot_2023-07-28_at_17.35.53 Screenshot_2023-07-28_at_17.36.24

How to set up and validate locally

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

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Nicolas Dular

Merge request reports