solana-agent-kit v1.3.7


solana-agent-kit / executeAction

Function: executeAction()

executeAction(action, agent, input): Promise<Record<string, any>>

Defined in: utils/actionExecutor.ts:20

Execute an action with the given input

Parameters

action

Action

agent

SolanaAgentKit

input

Record<string, any>

Returns

Promise<Record<string, any>>

Was this page helpful?