Skip to main content

Documentation 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 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