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