Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to Perform Transfer with plugin-evm Due to Parameter Parsing Error #964

Closed
FWangZil opened this issue Dec 10, 2024 · 0 comments
Closed
Labels
bug Something isn't working

Comments

@FWangZil
Copy link
Contributor

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 the TransferAction.

To Reproduce

  1. Configure the EVM wallet.
  2. Ensure there is enough ETH to perform a transfer.
  3. 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:

async transfer(
    runtime: IAgentRuntime,
    params: TransferParams
): Promise<Transaction>

Screenshots

Additional context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant