Skip to content

Commit

Permalink
update lagi
Browse files Browse the repository at this point in the history
  • Loading branch information
indowebdeveloper committed Jan 24, 2025
1 parent 472573d commit f094aab
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/client-twitter/src/post.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,12 @@ Write a post that is {{adjective}} about {{topic}} (without mentioning {{topic}}
Your response must include the summary of the # NEWS above into a sentences and Dont discard or remove any important numbers and informations
If the news isnt about SUI or SUIRISE, dont mix the context with SUI Shilling. keep the original and relevant context of the news.
Your response should be 1, 2, or 3 sentences (choose the length at random).
Your response should not contain any questions. Brief, concise statements only. The total character count MUST be less than {{maxTweetLength}}. No emojis. Use \\n\\n (double spaces) between statements if there are multiple statements in your response.`;
Your response should not contain any questions. Brief, concise statements only. The total character count MUST be less than {{maxTweetLength}}. No emojis. Use \\n\\n (double spaces) between statements if there are multiple statements in your response.
Replace any entities , person, organization name on your response with its twitter account handler ONLY if you know it, otherwise leave it as it is.
Replace any crypto project name such as Ethereum, Bitcoin, or something else with its ticker starting with $.
If you found any crypto project ticker that doesnt have $ before it you have to add the $ so for example ETH become $ETH.
If there's any twitter handler already on the news you should keep it
`;

export const twitterActionTemplate =
`
Expand Down

0 comments on commit f094aab

Please sign in to comment.