You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
score: float=Field(description="How many languages were detected")
123
123
passed: Optional[bool] =Field(
124
-
description="Passes if the detected language on the output matches the detected language on the input, or if the output matches the expected language", default=None
124
+
description="Passes if the detected language on the output matches the detected language on the input, or if the output matches the expected language",
125
+
default=None,
125
126
)
126
127
label: Optional[str] =Field(
127
-
description="Language detected on the input for input_matches_output, or language detected on the output for output_matches_language", default=None
128
+
description="Language detected on the input for input_matches_output, or language detected on the output for output_matches_language",
0 commit comments