Interface: SequentialThinkingSegment
Defined in: packages/core/src/stream-segments/types.ts:157
Deprecated
Use ToolCallSegment with name='sequential_thinking' instead. Kept for v1 backward compatibility.
Extends
Properties
agentId?
optionalagentId?:string
Defined in: packages/core/src/stream-segments/types.ts:20
Agent that produced this segment (populated in group chat contexts)
Inherited from
agentName?
optionalagentName?:string
Defined in: packages/core/src/stream-segments/types.ts:22
Display name of the agent
Inherited from
avatarEmoji?
optionalavatarEmoji?:string
Defined in: packages/core/src/stream-segments/types.ts:24
Avatar emoji for display
Inherited from
id
id:
string
Defined in: packages/core/src/stream-segments/types.ts:16
Unique identifier for React keys
Inherited from
status
status:
"completed"|"running"
Defined in: packages/core/src/stream-segments/types.ts:162
Current status
thoughts
thoughts:
ThoughtItem[]
Defined in: packages/core/src/stream-segments/types.ts:160
Ordered list of thoughts in the chain
timestamp
timestamp:
number
Defined in: packages/core/src/stream-segments/types.ts:18
Timestamp for ordering
Inherited from
type
type:
"sequential_thinking"
Defined in: packages/core/src/stream-segments/types.ts:158