UserEvent

A user turn.

Usage

Source

UserEvent(
    meta,
    text,
    blocks,
    interrupted,
)

Parameter Attributes

meta: EntryMeta
text: str
blocks: tuple[ContentBlock, …]
interrupted: bool

Attributes

meta: EntryMeta

The entry envelope metadata.

text: str

The joined text of the turn.

blocks: tuple[ContentBlock, …]

The parsed content blocks, including tool results.

interrupted: bool
Whether the turn is a user interruption.