Skip to content

Documentation / @agentick/shared / ReasoningEvent

Type Alias: ReasoningEvent ​

ReasoningEvent = object & StreamEventBase

Defined in: streaming.ts:249

Type Declaration ​

blockIndex ​

blockIndex: number

completedAt ​

completedAt: string

metadata? ​

optional metadata: ContentMetadata

Reasoning metadata (citations, annotations)

reasoning ​

reasoning: string

startedAt ​

startedAt: string

type ​

type: "reasoning"

Released under the ISC License.