OtherEvent

Any recognized entry without a guaranteed conversational envelope.

Usage

Source

OtherEvent(
    type,
    raw,
)

Covers attachment, ai-title, last-prompt, summary, queue-operation, file-history-snapshot, and similar entry types whose shape carries no EntryMeta.

Parameter Attributes

type: str
raw: Mapping[str, Any]

Attributes

type: str

The entry’s type field.

raw: Mapping[str, Any]
The entry’s full decoded payload.