Skip to content

Support pipeline job context in Duo Chat

What does this MR do and why?

Allow Duo Chat users to ask questions about pipeline jobs.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

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

Before After

How to set up and validate locally

  1. From Rails console enable feature flags:
Feature.enable(:ai_build_reader_for_chat)
Feature.enable(:v2_chat_agent_integration)
  1. Run GDK.
  2. In AI gateway repo checkout the 468461-support-pipeline-context-in-duo-chat branch and run AI gateway.
  3. Visit a pipeline job and ask a question to Duo Chat about the pipeline (What is this pipeline about?)
  4. You should receive a details about the build.

Related to #468461

Edited by Eva Kadlecová

Merge request reports