Add GraphQL endpoint to query model info for Agentic Chat

What does this MR do and why?

Add GraphQL endpoint to query model info for Agentic Chat

Changelog: added EE: true

References

aiChatAvailableModels(rootNamespaceId: "gid://gitlab/Group/103") {
    defaultModel {
      name
      ref
    }
    selectableModels {
      name
      ref
    }
  }

How to set up and validate locally

MR acceptance checklist

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

Related to #566562

Edited by Tetiana Chupryna

Merge request reports

Loading