Package dev.langchain4j.agentic.workflow
Class HumanInTheLoop.HumanInTheLoopBuilder
java.lang.Object
dev.langchain4j.agentic.workflow.HumanInTheLoop.HumanInTheLoopBuilder
- Enclosing class:
HumanInTheLoop
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
description
(String description) outputName
(String outputName) requestWriter
(Consumer<String> requestWriter) responseReader
(Supplier<String> responseReader)
-
Constructor Details
-
HumanInTheLoopBuilder
public HumanInTheLoopBuilder()
-
-
Method Details
-
requestWriter
-
responseReader
-
inputName
-
outputName
-
description
-
build
-