@t2000/engine 0.7.4 → 0.7.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1043,7 +1043,7 @@ var transactionHistoryTool = buildTool({
|
|
|
1043
1043
|
});
|
|
1044
1044
|
var saveDepositTool = buildTool({
|
|
1045
1045
|
name: "save_deposit",
|
|
1046
|
-
description: "Deposit USDC into NAVI savings to earn yield. ONLY USDC is accepted
|
|
1046
|
+
description: "Deposit USDC into NAVI savings to earn yield. ONLY USDC is accepted. If the user asks to save/deposit any other token (USDT, SUI, USDe, etc.), do NOT call this tool and do NOT automatically swap their tokens and deposit. Instead, tell the user that only USDC deposits are supported and ask if they would like to swap to USDC first. Let the user decide \u2014 never auto-chain swap + deposit.",
|
|
1047
1047
|
inputSchema: z.object({
|
|
1048
1048
|
amount: z.number().positive(),
|
|
1049
1049
|
asset: z.string().optional().describe("Must be USDC or omitted. Any other asset is rejected.")
|