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
When using plugin-evm, I attempted to make the agent perform a transfer using a natural language command. However, the parameters in the command were not accurately parsed to invoke the TransferAction.
To Reproduce
Configure the EVM wallet.
Ensure there is enough ETH to perform a transfer.
Issue a command expecting the agent to perform the transfer, but the agent fails to complete the action.
Expected behavior
The transfer should be completed successfully, but due to parameter parsing issues, the following function cannot receive the correct parameters:
Describe the bug
When using
plugin-evm
, I attempted to make the agent perform a transfer using a natural language command. However, the parameters in the command were not accurately parsed to invoke theTransferAction
.To Reproduce
Expected behavior
The transfer should be completed successfully, but due to parameter parsing issues, the following function cannot receive the correct parameters:
Screenshots
Additional context
The text was updated successfully, but these errors were encountered: