From ca638dadf8308e67db994e0476fe9f8535995b34 Mon Sep 17 00:00:00 2001 From: Jicheng Lu <103353@smsassist.com> Date: Fri, 22 Aug 2025 17:23:48 -0500 Subject: [PATCH] refine file select prompt --- .../templates/util-file-select_file_instruction.liquid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Infrastructure/BotSharp.Core/data/agents/6745151e-6d46-4a02-8de4-1c4f21c7da95/templates/util-file-select_file_instruction.liquid b/src/Infrastructure/BotSharp.Core/data/agents/6745151e-6d46-4a02-8de4-1c4f21c7da95/templates/util-file-select_file_instruction.liquid index 57f9895c..43c803fc 100644 --- a/src/Infrastructure/BotSharp.Core/data/agents/6745151e-6d46-4a02-8de4-1c4f21c7da95/templates/util-file-select_file_instruction.liquid +++ b/src/Infrastructure/BotSharp.Core/data/agents/6745151e-6d46-4a02-8de4-1c4f21c7da95/templates/util-file-select_file_instruction.liquid @@ -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 }