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:
@@ -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.
|
||||
"""
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user