Class TextFeedback
-
- All Implemented Interfaces:
-
com.embabel.agent.api.common.workflow.loop.Feedback
public final class TextFeedback implements Feedback
Convenient implementation of Feedback that contains textual feedback.
-
-
Constructor Summary
Constructors Constructor Description TextFeedback(Double score, String feedback)
-
Method Summary
Modifier and Type Method Description DoublegetScore()final StringgetFeedback()
-