Class RouteEvaluationResult
java.lang.Object
dev.langchain4j.image_to_diagram.actions.correction.RouteEvaluationResult
- All Implemented Interfaces:
EdgeAction<ImageToDiagram.State>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionapply
(ImageToDiagram.State state) Applies this action to the given agent state.
-
Constructor Details
-
RouteEvaluationResult
public RouteEvaluationResult()
-
-
Method Details
-
apply
Description copied from interface:EdgeAction
Applies this action to the given agent state.- Specified by:
apply
in interfaceEdgeAction<ImageToDiagram.State>
- Parameters:
state
- the agent state- Returns:
- a result of the action
-