mirror of
https://github.com/hwchase17/langchain
synced 2024-11-04 06:00:26 +00:00
parent
37aade19da
commit
81e0cbf2d5
@ -40,7 +40,7 @@ class TrajectoryEval(TypedDict):
|
|||||||
"""A named tuple containing the score and reasoning for a trajectory."""
|
"""A named tuple containing the score and reasoning for a trajectory."""
|
||||||
|
|
||||||
score: float
|
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
|
reasoning: str
|
||||||
"""The reasoning for the score."""
|
"""The reasoning for the score."""
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user