Fix prompt to avoid the result being returned in a code block

Not sure why this is needed, considering that the API call clearly
specifies the `json_object` response format.
This commit is contained in:
Claudio Ortolina
2024-12-19 21:05:02 +00:00
parent 1b7e940932
commit 4be2330891
+1 -1
View File
@@ -161,7 +161,7 @@ defmodule MusicLibrary.Records do
Limit the list to 5 genres, ordered by decreasing specificity, all lowercase.
Return a valid JSON list.
Return a response in JSON format, without any code block or formatting around it.
"""
}