Skip to content

Commit

Permalink
chore: refine starter labels for token operations
Browse files Browse the repository at this point in the history
  • Loading branch information
birdringxD committed Sep 13, 2024
1 parent 8cdb19a commit 572e67e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openagent/ui/profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def provider_to_profile(provider_key):
icon=profile_info["icon"],
starters=[
cl.Starter(
label="Swap coins",
label="Swap token",
message="Swap 1 ETH for USDC on the Ethereum.",
icon="/public/swap.png",
),
Expand All @@ -56,7 +56,7 @@ def provider_to_profile(provider_key):
icon="/public/market.png",
),
cl.Starter(
label="Transfer coins",
label="Transfer token",
message="Can you help me transfer 0.1 ETH to 0x742d35Cc6634C0532925a3b844Bc454e4438f44e on the Ethereum network?",
icon="/public/transfer.png",
),
Expand Down

0 comments on commit 572e67e

Please sign in to comment.