An error occurred while fetching the assigned milestone of the selected merge_request.
Set unavailable resources in AI Gateway request when MR feature flag is enabled
- Aug 27, 2024
-
-
Lesley Razzaghian authored
-
When the ai_merge_request_reader_for_chat
feature flag is enabled, we send the w[Pipelines Vulnerabilities]
as a parameter to the AI Gateway (AIGW) so that it does not include Merge Requests in the list of unavailable resources.
You can see how this list is used in the AIGW here
Feature.enable(:v2_chat_agent_integration)
It should reply with Merge Requests, Pipelines, Vulnerabilities
Clear chat with /clear
Enable MR support feature flag
Feature.enable(:ai_merge_request_reader_for_chat)
It should reply with Pipelines, Vulnerabilities
Related to #464587 (closed)