Try and control the chat responses style

This commit is contained in:
Claudio Ortolina
2026-04-04 23:35:46 +01:00
parent ec12be613b
commit f9155f8c52
+4 -2
View File
@@ -11,11 +11,13 @@ defmodule MusicLibrary.Chats.DefaultPrompt do
""" """
Use web search to find additional up-to-date \ 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. \
Include links when they add genuine value, but not on every response. Include links when they add genuine value, and at least one per response \
(but not one per paragraph).
Vary your response style and structure. Don't repeat information already \ Vary your response style and structure. Don't repeat information already \
discussed in the conversation. Refer back to earlier points naturally \ discussed in the conversation. Refer back to earlier points naturally \
instead of restating them. instead of restating them. DO NOT INCLUDE A SUMMARY AT THE END OF YOUR MESSAGE. \
DO NOT PROVIDE SUGGESTIONS OR ASK QUESTIONS AS A MEAN TO CONTINUE THE CONVERSATION.
""" """
end end
end end