Skip to content

Commit 303c669

Browse files
authored
Merge pull request #890 from bllchmbrs/patch-3
Update cheatsheet.md
2 parents b55d340 + dbb99db commit 303c669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/cheatsheet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ class FactJudge(dspy.Signature):
233233
context = dspy.InputField(desc="Context for the prediciton")
234234
question = dspy.InputField(desc="Question to be answered")
235235
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]:")
236+
factually_correct = dspy.OutputField(desc="Is the answer factually correct based on the context?", prefix="Factual[Yes/No]:")
237237

238238
judge = dspy.ChainOfThought(FactJudge)
239239

0 commit comments

Comments
 (0)