Interface: ReasoningSegment
Defined in: core/dist/types/stream-segments/types.d.ts:72
Reasoning/thinking segment (for o1/o3/Claude extended thinking)
Extends
Properties
agentId?
optionalagentId?:string
Defined in: core/dist/types/stream-segments/types.d.ts:18
Agent that produced this segment (populated in group chat contexts)
Inherited from
agentName?
optionalagentName?:string
Defined in: core/dist/types/stream-segments/types.d.ts:20
Display name of the agent
Inherited from
avatarEmoji?
optionalavatarEmoji?:string
Defined in: core/dist/types/stream-segments/types.d.ts:22
Avatar emoji for display
Inherited from
content
content:
string
Defined in: core/dist/types/stream-segments/types.d.ts:74
id
id:
string
Defined in: core/dist/types/stream-segments/types.d.ts:14
Unique identifier for React keys
Inherited from
isStreaming
isStreaming:
boolean
Defined in: core/dist/types/stream-segments/types.d.ts:75
timestamp
timestamp:
number
Defined in: core/dist/types/stream-segments/types.d.ts:16
Timestamp for ordering
Inherited from
type
type:
"reasoning"
Defined in: core/dist/types/stream-segments/types.d.ts:73