Functions
executeAction
Documentation for executeAction
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
input
Record
<string
, any
>
Returns
Promise
<Record
<string
, any
>>
Was this page helpful?