yera.events.blocks.action
Action block implementation.
Symbols
ActionStream
Inherits:
_StreamHandleStream handle for creating multiple chunks of the same action block.
ActionStream.__enter__
__enter__()ActionStream.__exit__
__exit__(
exc_type: type[BaseException] | None,
exc_value: BaseException | None,
traceback: TracebackType,
) → boolActionStream.update
update(
message: str,
) → NoneCreate an update chunk with status 'active'.