@agether/openclaw-plugin 1.3.0 → 1.3.1
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/package.json +1 -1
- package/src/index.ts +1 -1
package/package.json
CHANGED
package/src/index.ts
CHANGED
|
@@ -665,7 +665,7 @@ export default function register(api: any) {
|
|
|
665
665
|
api.registerTool({
|
|
666
666
|
name: "morpho_withdraw",
|
|
667
667
|
description:
|
|
668
|
-
"Withdraw collateral from Morpho Blue back to EOA wallet. Use amount 'all' to withdraw maximum. Must maintain
|
|
668
|
+
"Withdraw collateral from Morpho Blue back to EOA wallet. Use amount 'all' to withdraw maximum. Must maintain 125% collateral ratio (80% max LTV) if debt remains.",
|
|
669
669
|
parameters: {
|
|
670
670
|
type: "object",
|
|
671
671
|
properties: {
|