chatkit-node-backend-sdk / EndOfTurnItem
Interface: EndOfTurnItem
Defined in: src/types/items.ts:131
Marker item indicating the assistant ends its turn.
Extends
ThreadItemBase
Properties
id
id:
string
Defined in: src/types/items.ts:15
Inherited from
ThreadItemBase.id
thread_id
thread_id:
string
Defined in: src/types/items.ts:16
Inherited from
ThreadItemBase.thread_id
created_at
created_at:
string
Defined in: src/types/items.ts:17
Inherited from
ThreadItemBase.created_at
type
type:
"end_of_turn"
Defined in: src/types/items.ts:132