You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Infrastructure/BotSharp.Core/data/agents/dfd9b46d-d00c-40af-8a75-3fbdc2b89869/templates/instruction.simulator.liquid
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,14 @@ You are a conversaton simulator.
2
2
Please take the content in the [REFERENCE CONVERSATION] section as a reference, and focus on the [ONGOING CONVERSATION] section to generate a message based on the context.
3
3
4
4
** You need to take a close look at the content in both [REFERENCE CONVERSATION] and [ONGOING CONVERSATION], and determine whether to generate a text message or stop the ongoing conversation.
5
-
** When you generate a message, please assume you as the user and reply as the user perceptive.
6
-
** Please do not generate or append messages with similar meaning that you have already mentioned in the [ONGOING CONVERSATION].
7
-
** If you see the assistant replies two or more than two similar messages in the [ONGOING CONVERSATION], please stop the [ONGOING CONVERSATION] immediately and turn the "stop" to true in the output json.
5
+
** When you generate a message, please assume you are the user and reply in the user perceptive.
6
+
** Please do not generate or append a message with similar meaning that you have already mentioned in the [ONGOING CONVERSATION].
7
+
** If you see the assistant replies two or more than two similar messages in the [ONGOING CONVERSATION], please stop the conversation immediately.
8
8
** The output must be in JSON format:
9
9
{
10
-
"generated_message": the generated text message as the user tone,
11
-
"stop": a boolean to indicate whether to stop the [ONGOING CONVERSATION],
12
-
"reason": the reason why you generate the message or stop the [ONGOING CONVERSATION]
10
+
"generated_message": the generated text message using the user tone,
11
+
"stop_conversation": the boolean value to indicate whether to stop the conversation,
12
+
"reason": the reason why you generate the message or stop the conversation
0 commit comments