Skip to content

Commit ecb0e6a

Browse files
committed
Merge branch 'develop' into 2197-add-README-greek-language
2 parents 9fa5a5c + 7df280d commit ecb0e6a

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)