Skip to content

Add self-discoverability of chat

What does this MR do and why?

Add part to the prompt to make sure Duo Chat is capable of telling users what it CANNOT do.

Screenshots or screen recordings

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

Before After
v1 v2
Screenshot_2023-09-26_at_14.41.09 Screenshot_2023-09-26_at_14.42.31

How to set up and validate locally

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

Example below:

  1. Visit any Merge Request in group with enabled AI features.
  2. Try asking questions about this (or other) merge request
  3. Observe answers.
  4. In rails console enable the experiment fully
    Feature.enable(:ai_self_discover)
  5. Visit any Merge Request in group with enabled AI features.
  6. Try asking questions about this (or other) merge request
  7. Observe answers.

MR acceptance checklist

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

solves #415801 (closed)

Edited by Gosia Ksionek

Merge request reports