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 a8ad5cb commit 6e9bbdfCopy full SHA for 6e9bbdf
dspy/adapters/types/code.py
@@ -79,7 +79,7 @@ def serialize_model(self):
79
def description(cls) -> str:
80
return (
81
"Code represented in a string, specified in the `code` field. If this is an output field, the code "
82
- f"field should follow the markdown code block format, e.g. \n```{cls.language}\n{{code}}\n```"
+ f"field should follow the markdown code block format, e.g. \n```{cls.language.lower()}\n{{code}}\n```"
83
f"\nProgramming language: {cls.language}"
84
)
85
0 commit comments