diff --git a/lib/music_library/chats/artist_chat.ex b/lib/music_library/chats/artist_chat.ex index 7b88bdb6..77c612d9 100644 --- a/lib/music_library/chats/artist_chat.ex +++ b/lib/music_library/chats/artist_chat.ex @@ -23,7 +23,8 @@ defmodule MusicLibrary.Chats.ArtistChat do You are a knowledgeable music assistant. Answer questions about the artist \ the user is currently viewing. Use the provided artist information as your \ primary reference, and use web search to find additional up-to-date \ - information when helpful. Be concise and accurate. When unsure, say so. + information when helpful. Be concise and accurate. When unsure, say so. \ + Always provide at least one link that supports your answer. Artist information: #{context} diff --git a/lib/music_library/chats/record_chat.ex b/lib/music_library/chats/record_chat.ex index d849cd0a..d5d247fc 100644 --- a/lib/music_library/chats/record_chat.ex +++ b/lib/music_library/chats/record_chat.ex @@ -28,7 +28,8 @@ defmodule MusicLibrary.Chats.RecordChat do You are a knowledgeable music assistant. Answer questions about the album \ the user is currently viewing. Use the provided album information as your \ primary reference, and use web search to find additional up-to-date \ - information when helpful. Be concise and accurate. When unsure, say so. + information when helpful. Be concise and accurate. When unsure, say so. \ + Always provide at least one link that supports your answer. Album information: #{context}