Interfaces
ActionExample
Documentation for ActionExample
solana-agent-kit / ActionExample
Interface: ActionExample
Defined in: types/index.ts:107
Example of an action with input and output
Properties
input
input:
Record
<string
,any
>
Defined in: types/index.ts:108
output
output:
Record
<string
,any
>
Defined in: types/index.ts:109
explanation
explanation:
string
Defined in: types/index.ts:110
Was this page helpful?