Skip to content

Add model for storing AI CI Editor conversations

Allison Browne requested to merge data-model-for-conversations into master

What does this MR do and why?

This extracts out part of !117924 (closed) for review which is the code that powers ci editor ai conversations.

Add model for storing ai ci editor conversations

  • Add Ci::Editor::AiConversation::Message to store messages for ai conversations
  • Add OpenAi::ClearConversationsWorker for clearing out messages based on legal requirements

This is for an urgent AI experiment we are attempting to release by this friday.

How to set up and validate locally

See the rough draft MR

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Allison Browne

Merge request reports