We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12ee951 commit afdbbfeCopy full SHA for afdbbfe
packages/plugin-abstract/src/actions/transferAction.ts
@@ -77,6 +77,8 @@ Given the recent messages, extract the following information about the requested
77
- Amount to transfer
78
- Whether to use Abstract Global Wallet aka AGW
79
80
+If the user does not specify "global wallet" or "AGW" in their message, set useAGW to false.
81
+
82
Respond with a JSON markdown block containing only the extracted values.`;
83
84
export const transferAction: Action = {
0 commit comments