From 4be233089115935f4a5346c36ad4c179d91d86ec Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Thu, 19 Dec 2024 21:05:02 +0000 Subject: [PATCH] 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. --- lib/music_library/records.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/music_library/records.ex b/lib/music_library/records.ex index d74624be..42a15206 100644 --- a/lib/music_library/records.ex +++ b/lib/music_library/records.ex @@ -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. """ }