Uses of Record Class
dev.langchain4j.agentic.workflow.ConditionalAgent
Packages that use ConditionalAgent
-
Uses of ConditionalAgent in dev.langchain4j.agentic.workflow
Methods in dev.langchain4j.agentic.workflow that return types with arguments of type ConditionalAgent -
Uses of ConditionalAgent in dev.langchain4j.agentic.workflow.impl
Methods in dev.langchain4j.agentic.workflow.impl that return types with arguments of type ConditionalAgentModifier and TypeMethodDescriptionConditionalPlanner.conditionalSubagents()Returns the value of theconditionalSubagentsrecord component.DefaultConditionalAgentInstance.conditionalSubagents()Constructor parameters in dev.langchain4j.agentic.workflow.impl with type arguments of type ConditionalAgentModifierConstructorDescriptionConditionalPlanner(List<ConditionalAgent> conditionalSubagents) Creates an instance of aConditionalPlannerrecord class.