export const transferTemplate = `Given the recent messages and wallet information:{{recentMessages}}{{walletInfo}}Extract the transfer details:- Amount to transfer (number only)- Recipient address or ENS name- Token symbol (or 'native' for ETH/BNB/etc)- Chain nameRespond with:<response> <amount>string | null</amount> <toAddress>string | null</toAddress> <token>string | null</token> <chain>string | null</chain></response>`;