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
Copy file name to clipboardExpand all lines: packages/sui-agent/src/protocols/aftermath/tools.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ class AftermathTools {
21
21
// Price Tools
22
22
tools.registerTool(
23
23
'get_coin_price on Aftermath',
24
-
'Get the price of a single coin on Aftermath',
24
+
'Get the price of a single coin like SUI, AFSUI or any other coin on Aftermath or SUI Blockchain. You can use this tool to get the price of any coin.',
25
25
[
26
26
{
27
27
name: 'coin',
@@ -35,7 +35,7 @@ class AftermathTools {
35
35
36
36
tools.registerTool(
37
37
'get_coins_to_price on Aftermath',
38
-
'Get the price of multiple coins on Aftermath',
38
+
'Get the price of multiple coins on Aftermath and or SUI Blockchain. You can use this tool to get the price of any coin.',
0 commit comments