Class Action.NoOpAction
java.lang.Object
dev.langchain4j.agentic.planner.Action.AgentCallAction
dev.langchain4j.agentic.planner.Action.NoOpAction
- All Implemented Interfaces:
Action
- Enclosing interface:
Action
A no-op action that yields control back to the execution loop without invoking any agent.
Used by planners that need to wait for an external event before deciding the next step.
-
Nested Class Summary
Nested classes/interfaces inherited from interface Action
Action.AgentCallAction, Action.DoneAction, Action.DoneWithResultAction, Action.NoOpAction, Action.SuspendAction -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Action.AgentCallAction
agentsToCall, isDone, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Action
isSuspended, result
-
Constructor Details
-
NoOpAction
public NoOpAction()
-