Uses of Record Class
com.javaaidev.agenticpatterns.evaluatoroptimizer.Evaluation
-
Uses of Evaluation in com.javaaidev.agenticpatterns.evaluatoroptimizer
Fields in com.javaaidev.agenticpatterns.evaluatoroptimizer with type parameters of type EvaluationModifier and TypeFieldDescriptionprotected @Nullable TaskExecutionAgent
<Response, Evaluation> EvaluatorOptimizerAgent.evaluationAgent
Methods in com.javaaidev.agenticpatterns.evaluatoroptimizer that return EvaluationModifier and TypeMethodDescriptionEvaluatorOptimizerAgent.OptimizationInput.evaluation()
Returns the value of theevaluation
record component.Methods in com.javaaidev.agenticpatterns.evaluatoroptimizer that return types with arguments of type EvaluationModifier and TypeMethodDescriptionprotected abstract TaskExecutionAgent
<Response, Evaluation> EvaluatorOptimizerAgent.buildEvaluationAgent
(org.springframework.ai.chat.client.ChatClient chatClient, @Nullable io.micrometer.observation.ObservationRegistry observationRegistry) Build the agent to evaluate the resultprotected TaskExecutionAgent
<Response, Evaluation> PromptBasedEvaluatorOptimizerAgent.buildEvaluationAgent
(org.springframework.ai.chat.client.ChatClient chatClient, @Nullable io.micrometer.observation.ObservationRegistry observationRegistry) Constructors in com.javaaidev.agenticpatterns.evaluatoroptimizer with parameters of type EvaluationModifierConstructorDescriptionOptimizationInput
(Response response, Evaluation evaluation) Creates an instance of aOptimizationInput
record class.