InterruptOnConfig()| Name | Type |
|---|---|
| allowed_decisions | list[DecisionType] |
| description | NotRequired[str | _DescriptionFactory] |
| args_schema | NotRequired[dict[str, Any]] |
| when | NotRequired[Callable[[ToolCallRequest], bool]] |
Configuration for an action requiring human in the loop.
This is the configuration format used in the HumanInTheLoopMiddleware.__init__
method.