Interface HumanInLoop

All Known Implementing Classes:
LoggingHumanDecision

public interface HumanInLoop
The HumanInLoop interface represents a mechanism for allowing human involvement in a feedback loop process.

This interface defines a method allow(String, String, Map) that can be used to request human input for a given prompt text and method name with optional parameters.