Skip to content
Snippets Groups Projects

Add feature flag for Duo Chat prompt conciseness

All threads resolved!

What does this MR do and why?

This pushes a feature flag to the AI Gateway to allow Duo Chat prompt conciseness.

References

N/A

MR acceptance checklist

:white_check_mark:

Screenshots or screen recordings

N/A

How to set up and validate locally

  1. Enable the following feature flags in the rails c:
Feature.enable(:expanded_ai_logging)
Feature.enable(:conciseness_prompt_change)
  1. Ask a question on Duo Chat
  2. Observe in the AIGW logs that the conciseness_prompt_change FF was pushed to AIGW
  3. Disable FF:
Feature.disable(:conciseness_prompt_change)
  1. Ask a question on Duo Chat
  2. Observe in the AIGW logs that the conciseness_prompt_change FF was not pushed to AIGW

Related to #487008 (closed)

Edited by Lesley Razzaghian

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading