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.
2 parents b55d340 + dbb99db commit 303c669Copy full SHA for 303c669
docs/docs/cheatsheet.md
@@ -233,7 +233,7 @@ class FactJudge(dspy.Signature):
233
context = dspy.InputField(desc="Context for the prediciton")
234
question = dspy.InputField(desc="Question to be answered")
235
answer = dspy.InputField(desc="Answer for the question")
236
- factually_correct = dspy.OutputField(desc="Is the answer factually correct based on the context?", prefix="Facual[Yes/No]:")
+ factually_correct = dspy.OutputField(desc="Is the answer factually correct based on the context?", prefix="Factual[Yes/No]:")
237
238
judge = dspy.ChainOfThought(FactJudge)
239
0 commit comments