Skip to content
beam-agents
GitHub

dataclass

Drop

beam_agents.hitl.Drop

Drop(reason: 'str' = 'hitl_timeout') -> None

Docstring

Emit nothing on the main output; record the timeout on .errors.

src/beam_agents/hitl.py:120

Members

1 declared on Drop

Introspected from the class itself. A member with no docstring is shown as having none rather than described from its name.

  • reason

    field

    reason: str

    No docstring.