Skip to content

Commit

Permalink
Automatic Style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasahle authored and github-actions[bot] committed Mar 6, 2024
1 parent 1e638a1 commit 77c507a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dspy/teleprompt/signature_opt_typed.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ class GenerateSignature(dspy.Signature, Generic[T]):
analysis: str = OutputField(desc="Consider what made the previous instructions good or bad.")
proposed_signature: T = OutputField(desc="A signature that will likely lead to a high score.")
score: float = OutputField(
desc="The expected score for the new signature. Don't write anything after this number."
desc="The expected score for the new signature. Don't write anything after this number.",
)

@pydantic.field_validator("proposed_signature")
Expand Down

0 comments on commit 77c507a

Please sign in to comment.