Skip to content

Commit 6e9bbdf

Browse files
committed
Use lowercase
1 parent a8ad5cb commit 6e9bbdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dspy/adapters/types/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def serialize_model(self):
7979
def description(cls) -> str:
8080
return (
8181
"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```"
82+
f"field should follow the markdown code block format, e.g. \n```{cls.language.lower()}\n{{code}}\n```"
8383
f"\nProgramming language: {cls.language}"
8484
)
8585

0 commit comments

Comments
 (0)