Skip to content

Commit 10e15e8

Browse files
authoredJan 12, 2025
1 parent d55c86c commit 10e15e8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎packages/plugin-twitter/src/templates.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,6 @@ Generate a tweet that:
1919
4. Must be UNDER 180 characters (this is a strict requirement)
2020
5. Speaks from the perspective of {{agentName}}
2121
22-
Generate only the tweet text, no other commentary.`;
22+
Generate only the tweet text, no other commentary.
23+
24+
Return the tweet in JSON format like: {"text": "your tweet here"}`;

0 commit comments

Comments
 (0)