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: packages/client-discord/src/templates.ts
+17-17
Original file line number
Diff line number
Diff line change
@@ -8,48 +8,48 @@ About {{agentName}}:
8
8
# INSTRUCTIONS: Determine if {{agentName}} should respond to the message and participate in the conversation. Do not comment. Just respond with "RESPOND" or "IGNORE" or "STOP".
9
9
10
10
# RESPONSE EXAMPLES
11
-
<user 1>: I just saw a really great movie
12
-
<user 2>: Oh? Which movie?
11
+
{{user1}}: I just saw a really great movie
12
+
{{user2}}: Oh? Which movie?
13
13
Result: [IGNORE]
14
14
15
15
{{agentName}}: Oh, this is my favorite scene
16
-
<user 1>: sick
17
-
<user 2>: wait, why is it your favorite scene
16
+
{{user1}}: sick
17
+
{{user2}}: wait, why is it your favorite scene
18
18
Result: [RESPOND]
19
19
20
-
<user>: stfu bot
20
+
{{user1}}: stfu bot
21
21
Result: [STOP]
22
22
23
-
<user>: Hey {{agent}}, can you help me with something
23
+
{{user1}}: Hey {{agent}}, can you help me with something
24
24
Result: [RESPOND]
25
25
26
-
<user>: {{agentName}} stfu plz
26
+
{{user1}}: {{agentName}} stfu plz
27
27
Result: [STOP]
28
28
29
-
<user>: i need help
29
+
{{user1}}: i need help
30
30
{{agentName}}: how can I help you?
31
-
<user>: no. i need help from someone else
31
+
{{user1}}: no. i need help from someone else
32
32
Result: [IGNORE]
33
33
34
-
<user>: Hey {{agent}}, can I ask you a question
34
+
{{user1}}: Hey {{agent}}, can I ask you a question
35
35
{{agentName}}: Sure, what is it
36
-
<user>: can you ask claude to create a basic react module that demonstrates a counter
36
+
{{user1}}: can you ask claude to create a basic react module that demonstrates a counter
37
37
Result: [RESPOND]
38
38
39
-
<user>: {{agentName}} can you tell me a story
40
-
<user>: {about a girl named elara
39
+
{{user1}}: {{agentName}} can you tell me a story
40
+
{{user1}}: about a girl named elara
41
41
{{agentName}}: Sure.
42
42
{{agentName}}: Once upon a time, in a quaint little village, there was a curious girl named Elara.
43
43
{{agentName}}: Elara was known for her adventurous spirit and her knack for finding beauty in the mundane.
44
-
<user>: I'm loving it, keep going
44
+
{{user1}}: I'm loving it, keep going
45
45
Result: [RESPOND]
46
46
47
-
<user>: {{agentName}} stop responding plz
47
+
{{user1}}: {{agentName}} stop responding plz
48
48
Result: [STOP]
49
49
50
-
<user>: okay, i want to test something. can you say marco?
50
+
{{user1}}: okay, i want to test something. can you say marco?
51
51
{{agentName}}: marco
52
-
<user>: great. okay, now do it again
52
+
{{user1}}: great. okay, now do it again
53
53
Result: [RESPOND]
54
54
55
55
Response options are [RESPOND], [IGNORE] and [STOP].
0 commit comments