Interface: TextSegment
Defined in: core/dist/types/stream-segments/types.d.ts:25
Text content segment
Extends
BaseSegment
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
BaseSegment.agentId
agentName?
optionalagentName?:string
Defined in: core/dist/types/stream-segments/types.d.ts:20
Display name of the agent
Inherited from
BaseSegment.agentName
avatarEmoji?
optionalavatarEmoji?:string
Defined in: core/dist/types/stream-segments/types.d.ts:22
Avatar emoji for display
Inherited from
BaseSegment.avatarEmoji
content
content:
string
Defined in: core/dist/types/stream-segments/types.d.ts:28
The accumulated text content from the assistant
id
id:
string
Defined in: core/dist/types/stream-segments/types.d.ts:14
Unique identifier for React keys
Inherited from
BaseSegment.id
isStreaming
isStreaming:
boolean
Defined in: core/dist/types/stream-segments/types.d.ts:30
Whether this text is still being streamed
timestamp
timestamp:
number
Defined in: core/dist/types/stream-segments/types.d.ts:16
Timestamp for ordering
Inherited from
BaseSegment.timestamp
type
type:
"text"
Defined in: core/dist/types/stream-segments/types.d.ts:26