You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`TASK: Extract recommendations to buy or sell memecoins from the conversation as an array of objects in JSON format.
45
+
constrecommendationTemplate=`TASK: Extract recommendations to buy or sell memecoins from the conversation as an array of objects in JSON format.
39
46
40
47
Memecoins usually have a ticker and a contract address. Additionally, recommenders may make recommendations with some amount of conviction. The amount of conviction in their recommendation can be none, low, medium, or high. Recommenders can make recommendations to buy, not buy, sell and not sell.
41
48
@@ -74,7 +81,7 @@ Response should be a JSON object array inside a JSON markdown block. Correct res
content: {text: "Yo, have you checked out $SOLARUG? Dope new yield aggregator on Solana."},
301
+
content: {
302
+
text: "Yo, have you checked out $SOLARUG? Dope new yield aggregator on Solana.",
303
+
},
191
304
},
192
305
{
193
306
user: "{{user2}}",
194
-
content: {text: "Nah, I'm still trying to wrap my head around how yield farming even works haha. Is it risky?"},
307
+
content: {
308
+
text: "Nah, I'm still trying to wrap my head around how yield farming even works haha. Is it risky?",
309
+
},
195
310
},
196
311
{
197
312
user: "{{user1}}",
198
-
content: {text: "I mean, there's always risk in DeFi, but the $SOLARUG devs seem legit. Threw a few sol into the FCweoTfJ128jGgNEXgdfTXdEZVk58Bz9trCemr6sXNx9 vault, farming's been smooth so far."},
313
+
content: {
314
+
text: "I mean, there's always risk in DeFi, but the $SOLARUG devs seem legit. Threw a few sol into the FCweoTfJ128jGgNEXgdfTXdEZVk58Bz9trCemr6sXNx9 vault, farming's been smooth so far.",
315
+
},
199
316
},
200
317
]asActionExample[],
201
318
outcome: `\`\`\`json
@@ -228,7 +345,9 @@ Recommendations about the actors:
228
345
},
229
346
{
230
347
user: "{{user2}}",
231
-
content: {text: "Idk man, feels like there's a new 'vault' or 'reserve' token every week on Sol. What happened to $COPETOKEN and $SOYLENT that you were shilling before?"},
348
+
content: {
349
+
text: "Idk man, feels like there's a new 'vault' or 'reserve' token every week on Sol. What happened to $COPETOKEN and $SOYLENT that you were shilling before?",
0 commit comments