We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c7af56 commit 0d49850Copy full SHA for 0d49850
spring-ai-core/src/main/java/org/springframework/ai/evaluation/FactCheckingEvaluator.java
@@ -64,6 +64,9 @@
64
public class FactCheckingEvaluator implements Evaluator {
65
66
private static final String DEFAULT_EVALUATION_PROMPT_TEXT = """
67
+ Evaluate whether or not the following claim is supported by the provided document.
68
+ Respond with "yes" if the claim is supported, or "no" if it is not.
69
+
70
Document: \\n {document}\\n
71
Claim: \\n {claim}
72
""";
0 commit comments