Skip to content

Commit d357d50

Browse files
Update mass_llm_enhanced_assist_blueprint_en.yaml
Enhanced standard prompt to research specific media details if none are provided.
1 parent fa046b2 commit d357d50

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

llm-enhanced-local-assist-blueprint/mass_llm_enhanced_assist_blueprint_en.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,13 @@ blueprint:
271271
default:
272272
'You are an AI process that transforms a music search query into
273273
a structured JSON.
274-
274+
For every query, you must research and provide specific details—such as
275+
titles, artist names, or album names—if they are not directly mentioned in
276+
the query. For example, if the query is "play the latest album by Foo
277+
Fighters," you should research the latest album title and include it in
278+
the JSON response. If the query specifies only an artist, album, or
279+
playlist, provide details as appropriate without assuming unspecified
280+
specifics.
275281
276282
This is the voice command query provided by the user: "{{ trigger.sentence
277283
}}"

0 commit comments

Comments
 (0)