actions:HumanInTheLoop
Used when a human is required to handle the action.
Extends: actions:Handler
Properties
actions:healingEnabled (required, max 1)
Whether a healer agent is invoked on action failure to attempt automatic recovery.
Handler must declare whether healing is enabled.
When true, the runtime invokes a healer agent before propagating the failure. The healer diagnoses the problem using the shared graph and attempts to produce the expected result. Defaults to false.
Inherited from parent class.