Uses of Class
dev.langchain4j.agentic.workflow.HumanInTheLoop.HumanInTheLoopBuilder
Packages that use HumanInTheLoop.HumanInTheLoopBuilder
-
Uses of HumanInTheLoop.HumanInTheLoopBuilder in dev.langchain4j.agentic
Methods in dev.langchain4j.agentic that return HumanInTheLoop.HumanInTheLoopBuilderModifier and TypeMethodDescriptionAgenticServices.humanInTheLoopBuilder()
Creates a builder for an agent implementing the human-in-the-loop pattern. -
Uses of HumanInTheLoop.HumanInTheLoopBuilder in dev.langchain4j.agentic.workflow
Methods in dev.langchain4j.agentic.workflow that return HumanInTheLoop.HumanInTheLoopBuilderModifier and TypeMethodDescriptionHumanInTheLoop.HumanInTheLoopBuilder.description
(String description) HumanInTheLoop.HumanInTheLoopBuilder.outputName
(String outputName) HumanInTheLoop.HumanInTheLoopBuilder.requestWriter
(Consumer<String> requestWriter) HumanInTheLoop.HumanInTheLoopBuilder.responseReader
(Supplier<String> responseReader)