From 0adcc8cde5ae0fcc68573c7d01a51d852ccfb6dd Mon Sep 17 00:00:00 2001 From: Thomas D Ahle Date: Mon, 18 Mar 2024 14:43:30 -0700 Subject: [PATCH] fix formatting error --- dspy/functional/functional.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dspy/functional/functional.py b/dspy/functional/functional.py index 15725aacf..0f5b660f0 100644 --- a/dspy/functional/functional.py +++ b/dspy/functional/functional.py @@ -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