We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8c6fdae + 7df280d commit feb97d8Copy full SHA for feb97d8
packages/plugin-twitter/src/templates.ts
@@ -19,4 +19,6 @@ Generate a tweet that:
19
4. Must be UNDER 180 characters (this is a strict requirement)
20
5. Speaks from the perspective of {{agentName}}
21
22
-Generate only the tweet text, no other commentary.`;
+Generate only the tweet text, no other commentary.
23
+
24
+Return the tweet in JSON format like: {"text": "your tweet here"}`;
0 commit comments