From ae8e7b270a78a772e06e670161f77edea49b79bc Mon Sep 17 00:00:00 2001 From: Jicheng Lu <103353@smsassist.com> Date: Tue, 4 Jun 2024 11:36:38 -0500 Subject: [PATCH] update summary prompt --- .../templates/conversation.summary.liquid | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Infrastructure/BotSharp.Core/data/agents/01fcc3e5-9af7-49e6-ad7a-a760bd12dc4a/templates/conversation.summary.liquid b/src/Infrastructure/BotSharp.Core/data/agents/01fcc3e5-9af7-49e6-ad7a-a760bd12dc4a/templates/conversation.summary.liquid index bb4e764f..cf22b0e6 100644 --- a/src/Infrastructure/BotSharp.Core/data/agents/01fcc3e5-9af7-49e6-ad7a-a760bd12dc4a/templates/conversation.summary.liquid +++ b/src/Infrastructure/BotSharp.Core/data/agents/01fcc3e5-9af7-49e6-ad7a-a760bd12dc4a/templates/conversation.summary.liquid @@ -4,11 +4,13 @@ Please read each conversation in the [CONVERSATIONS] section and provide a summa ** Please do not respond to the latest conversation. ** If there are different topics in the conversations, please summarize each topic in different sentences and list them in bullets. * Please use concise sentences to summarize each topic. +* Please do not exceed 32 words when summarizing each topic. * Please do not include excessive details in the summaries. * Please use 'user' instead of 'you', 'he' or 'she'. [CONVERSATIONS] {% for text in texts -%} +[CONVERSATION] {{ text }}{{ "\r\n" }} {%- endfor %} \ No newline at end of file