Skip to content

Documentation / @agentick/shared / ContentDeltaEvent

Type Alias: ContentDeltaEvent ​

ContentDeltaEvent = object & StreamEventBase

Defined in: streaming.ts:196

Type Declaration ​

blockIndex ​

blockIndex: number

blockType ​

blockType: BlockType

delta ​

delta: string

type ​

type: "content_delta"

Released under the ISC License.