Skip to content

Documentation / @agentick/shared / ContentEvent

Type Alias: ContentEvent ​

ContentEvent = object & StreamEventBase

Defined in: streaming.ts:212

Type Declaration ​

blockIndex ​

blockIndex: number

completedAt ​

completedAt: string

content ​

content: ContentBlock

metadata? ​

optional metadata: ContentMetadata

Content metadata (citations, annotations, language hints)

startedAt ​

startedAt: string

type ​

type: "content"

Released under the ISC License.