We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 326a8e6 commit 3a4ddb7Copy full SHA for 3a4ddb7
cow-trader/bot.py
@@ -285,7 +285,7 @@ def encourage_trade(ctx: RunContext[AgentDependencies]) -> str:
285
f"I encourage you to sell {ctx.deps.sell_token}. Use the tool "
286
"'get_eligible_buy_tokens' to get a list of eligible buy tokens, and from that "
287
"list, pick the one that is most promising despite current market conditions. "
288
- "Remember, we're experimenting and learning—feel free to consider unconventional choices."
+ "Remember, we're experimenting and learning—consider unconventional choices."
289
)
290
else:
291
return ""
0 commit comments