Skip to content

Documentation / @agentick/shared / ReasoningStartEvent

Type Alias: ReasoningStartEvent ​

ReasoningStartEvent = object & StreamEventBase

Defined in: streaming.ts:228

Reasoning/thinking events (separate for easy filtering)

Metadata is available on reasoning_start, reasoning_end, and reasoning events. Reasoning can have citations when the model references sources during thinking.

Type Declaration ​

blockIndex ​

blockIndex: number

metadata? ​

optional metadata: ContentMetadata

Reasoning metadata (citations, annotations)

type ​

type: "reasoning_start"

Released under the ISC License.