Skip to content

Commit

Permalink
fix formatting error
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasahle committed Mar 18, 2024
1 parent f181adb commit 0adcc8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dspy/functional/functional.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ class Signature(dspy.Signature):
error: str = dspy.InputField(desc="The validation error trigged by the models output")
explanation: str = dspy.OutputField(desc="Explain what the model did wrong")
advice: str = dspy.OutputField(
desc="Instructions for the model to do better next time. A single paragraph."
desc="Instructions for the model to do better next time. A single paragraph.",
)

# TODO: We could also try repair the output here. For example, if the output is a float, but the
Expand Down

0 comments on commit 0adcc8c

Please sign in to comment.