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

public static class Action.NoOpAction extends Action.AgentCallAction
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.
  • Constructor Details

    • NoOpAction

      public NoOpAction()