Class HumanInTheLoop.HumanInTheLoopBuilder
java.lang.Object
dev.langchain4j.agentic.workflow.HumanInTheLoop.HumanInTheLoopBuilder
- Enclosing class:
HumanInTheLoop
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasync(boolean async) build()description(String description) listener(AgentListener agentListener) responseProvider(Function<AgenticScope, ?> responseProvider) responseProvider(Supplier<?> responseProvider)
-
Constructor Details
-
HumanInTheLoopBuilder
public HumanInTheLoopBuilder()
-
-
Method Details
-
responseProvider
-
responseProvider
public HumanInTheLoop.HumanInTheLoopBuilder responseProvider(Function<AgenticScope, ?> responseProvider) -
outputKey
-
description
-
async
-
listener
-
build
-