Class Action.AgentCallAction
java.lang.Object
dev.langchain4j.agentic.planner.Action.AgentCallAction
- All Implemented Interfaces:
Action
- Direct Known Subclasses:
Action.NoOpAction
- Enclosing interface:
Action
-
Nested Class Summary
Nested classes/interfaces inherited from interface Action
Action.AgentCallAction, Action.DoneAction, Action.DoneWithResultAction, Action.NoOpAction, Action.SuspendAction -
Constructor Summary
ConstructorsConstructorDescriptionAgentCallAction(AgentInstance... agents) AgentCallAction(List<AgentExecutor> agents) -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Action
isSuspended, result
-
Constructor Details
-
AgentCallAction
-
AgentCallAction
-
-
Method Details
-
toString
-
isDone
-
agentsToCall
-