solana-agent-kit v1.3.7Documentation Index
Fetch the complete documentation index at: https://docs.sendai.fun/llms.txt
Use this file to discover all available pages before exploring further.
solana-agent-kit / ActionExample
Interface: ActionExample
Defined in: types/index.ts:107 Example of an action with input and outputProperties
input
input:Defined in: types/index.ts:108Record<string,any>
output
output:Defined in: types/index.ts:109Record<string,any>
explanation
explanation: string
Defined in: types/index.ts:110