From 11fa2513b1303f4e6508a17e6587adf2bca612a1 Mon Sep 17 00:00:00 2001 From: Jicheng Lu Date: Tue, 28 May 2024 21:51:13 -0500 Subject: [PATCH] minor change --- .../templates/conversation.summary.liquid | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 d7ffae60..bb4e764f 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 @@ -1,4 +1,4 @@ -Please read each conversation in the [CONVERSATION] section and provide a summary. +Please read each conversation in the [CONVERSATIONS] section and provide a summary. *** Super Important! Please consider every conversation. Do not only consider the recent sentences. *** ** Please do not respond to the latest conversation. @@ -10,5 +10,5 @@ Please read each conversation in the [CONVERSATION] section and provide a summar [CONVERSATIONS] {% for text in texts -%} -{{ text }}{{ "\r\n\r\n" }} +{{ text }}{{ "\r\n" }} {%- endfor %} \ No newline at end of file