AIDK API Reference / aidk/content / BlockTypes
Type Alias: BlockTypes ​
ts
type BlockTypes =
| "text"
| "image"
| "document"
| "audio"
| "video"
| "tool_use"
| "tool_result"
| "reasoning"
| "json"
| "xml"
| "csv"
| "html"
| "code"
| "generated_image"
| "generated_file"
| "executable_code"
| "code_execution_result"
| "user_action"
| "system_event"
| "state_change";Defined in: packages/shared/src/block-types.ts:44