Move all chat related code under chats

This commit is contained in:
Claudio Ortolina
2026-03-17 14:30:24 +00:00
parent 5eb7ccd837
commit 63c95ff1e2
8 changed files with 12 additions and 12 deletions
@@ -308,7 +308,7 @@ defmodule MusicLibraryWeb.CollectionLive.Show do
title={@record.title}
entity={:record}
musicbrainz_id={@record.musicbrainz_id}
chat_module={MusicLibrary.RecordChat}
chat_module={MusicLibrary.Chats.RecordChat}
chat_context={{@record, @embedding_text}}
placeholder={gettext("Ask about this album...")}
empty_prompt={gettext("Ask anything about this album")}