solana-agent-kit v1.3.7
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