We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9fa5a5c + 7df280d commit ecb0e6aCopy full SHA for ecb0e6a
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