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)