Skip to content

Documentation / @agentick/shared / BlockTypes

Type Alias: BlockTypes ​

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" | "custom"

Defined in: block-types.ts:47

Released under the ISC License.