Minor typo fix (#8657)

Fix typo in doc-string.
pull/8689/head
Eugene Yurtsev 1 year ago committed by GitHub
parent 37aade19da
commit 81e0cbf2d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -40,7 +40,7 @@ class TrajectoryEval(TypedDict):
"""A named tuple containing the score and reasoning for a trajectory."""
score: float
"""The score for the trajectory, normalized from 0 to 1.s"""
"""The score for the trajectory, normalized from 0 to 1."""
reasoning: str
"""The reasoning for the score."""

Loading…
Cancel
Save