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 1c10a9d commit dbb99dbCopy full SHA for dbb99db
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