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 -
Constructor Summary
ConstructorsConstructorDescriptionAgentCallAction(AgentInstance... agents) AgentCallAction(List<AgentExecutor> agents) -
Method Summary
-
Constructor Details
-
AgentCallAction
-
AgentCallAction
-
-
Method Details
-
toString
-
isDone
-
agentsToCall
-