HumanLoopInput constructor

HumanLoopInput({
  1. required String inputContent,
})

Implementation

HumanLoopInput({
  required this.inputContent,
});