Interface: RecordTurnResponse
@kortexya/reasoninglayer / Conversation / RecordTurnResponse
Interface: RecordTurnResponse
Defined in: src/types/conversation.ts:391
Response from recording an externally-produced conversation turn.
Properties
conversationId
conversationId:
string
Defined in: src/types/conversation.ts:393
The conversation the turn belongs to (existing, or newly created).
turnId
turnId:
string
Defined in: src/types/conversation.ts:396
The newly recorded turn’s ID.