refine file select prompt

This commit is contained in:
Jicheng Lu 2025-08-22 17:23:48 -05:00
parent 9108ea6cd3
commit ca638dadf8

View file

@ -4,7 +4,7 @@ Please take a look at the files in the [FILES] section from the conversation and
** If no files are selected, you must output an empty list [].
** You may need to look at the file_name as a reference to find the correct file id or ids.
Here is the JSON format to use:
*** Your output must be in the following JSON format:
{
"selected_ids": a list of id selected from the [FILES] section
}