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.async(boolean async) HumanInTheLoop.HumanInTheLoopBuilder.description(String description) HumanInTheLoop.HumanInTheLoopBuilder.listener(AgentListener agentListener) HumanInTheLoop.HumanInTheLoopBuilder.responseProvider(Function<AgenticScope, ?> responseProvider) HumanInTheLoop.HumanInTheLoopBuilder.responseProvider(Supplier<?> responseProvider)