AIDK API Reference / aidk/content / ContentStartEvent
Type Alias: ContentStartEvent ​
ts
type ContentStartEvent = {
blockIndex: number;
blockType: BlockType;
type: "content_start";
} & StreamEventBase;Defined in: packages/shared/src/streaming.ts:93
Content block events (text, images, etc.)
Type Declaration ​
| Name | Type | Defined in |
|---|---|---|
blockIndex | number | packages/shared/src/streaming.ts:96 |
blockType | BlockType | packages/shared/src/streaming.ts:95 |
type | "content_start" | packages/shared/src/streaming.ts:94 |