ConversationEventBase
ConversationEventBase =
object
Defined in: packages/core/src/observability/events.ts:195
Conversation-scoped events: no owning workflow run or agent episode, so
they carry neither workflowRunId nor agentCallId — they can happen
before any episode exists for the memoryScope (a fork, for instance, is
created before the forked conversation’s first turn runs). runSeq is
therefore not drawn from a per-run counter the way WorkflowRunEventBase’s
and AgentEventBase’s are; see RunRecorder’s attachMeta.
Properties
Section titled “Properties”at:
string
Defined in: packages/core/src/observability/events.ts:198
eventSchemaVersion
Section titled “eventSchemaVersion”eventSchemaVersion:
number
Defined in: packages/core/src/observability/events.ts:199
memoryScope
Section titled “memoryScope”memoryScope:
string
Defined in: packages/core/src/observability/events.ts:196
runSeq
Section titled “runSeq”runSeq:
number
Defined in: packages/core/src/observability/events.ts:197