ConversationForkedEvent
ConversationForkedEvent =
ConversationEventBase&object
Defined in: packages/core/src/observability/events.ts:211
Type Declaration
Section titled “Type Declaration”agentId
Section titled “agentId”agentId:
string
fork:
ConversationForkLineage
title:
string
The forked conversation’s initial display title. Carried on the event
because adl_conversation_metadata.title is NOT NULL and the fork is the
row’s first writer — the caller has a real title at this point (the
inspection UI generates one from the source scope), so this is the
conversation’s actual name, not a placeholder.
type:
"conversation_forked"