Uses of Enum Class
dev.langchain4j.agentic.supervisor.SupervisorContextStrategy
Packages that use SupervisorContextStrategy
-
Uses of SupervisorContextStrategy in dev.langchain4j.agentic.supervisor
Subclasses with type arguments of type SupervisorContextStrategy in dev.langchain4j.agentic.supervisorModifier and TypeClassDescriptionenum
Strategy for providing context to the supervisor agent.Methods in dev.langchain4j.agentic.supervisor that return SupervisorContextStrategyModifier and TypeMethodDescriptionstatic SupervisorContextStrategy
Returns the enum constant of this class with the specified name.static SupervisorContextStrategy[]
SupervisorContextStrategy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.langchain4j.agentic.supervisor with parameters of type SupervisorContextStrategyModifier and TypeMethodDescriptionSupervisorAgentService.contextGenerationStrategy
(SupervisorContextStrategy contextStrategy) SupervisorAgentServiceImpl.contextGenerationStrategy
(SupervisorContextStrategy contextStrategy)