Skip to content

Commit 64220cb

Browse files
authored
Update interactions.ts
1 parent cc2aa50 commit 64220cb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

packages/client-twitter/src/interactions.ts

+4-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,9 @@ Thread of Tweets You Are Replying To:
4747
{{formattedConversation}}
4848
4949
{{actions}}
50-
51-
# Task: Generate a post in the voice, style and perspective of {{agentName}} (@{{twitterUserName}}). Include an action, if appropriate. {{actionNames}}:
50+
# Task: Generate a post in the voice, style and perspective of {{agentName}} (@{{twitterUserName}}). You MUST include an action if the current post text includes a prompt that is similar to one of the available actions mentioned here:
51+
{{actionNames}}
52+
Here is the current post text again. Remember to include an action if the current post text includes a prompt that asks for one of the available actions mentioned above (does not need to be exact)
5253
{{currentPost}}
5354
` + messageCompletionFooter;
5455

@@ -66,6 +67,7 @@ For other users:
6667
- {{agentName}} should IGNORE very short messages unless directly addressed
6768
- {{agentName}} should STOP if asked to stop
6869
- {{agentName}} should STOP if conversation is concluded
70+
- {{agentName}} is in a room with other users and wants to be conversational, but not annoying.
6971
7072
{{recentPosts}}
7173

0 commit comments

Comments
 (0)