π Temperature In Celsius And FahrenheitΒΆ
metrics.llm_as_judge.direct.criteria.temperature_in_celsius_and_fahrenheit
type: CriteriaWithOptions
name: temperature_in_celsius_and_fahrenheit
description: In the response, if there is a numerical temperature present, is it denominated in both Fahrenheit and Celsius?
options:
- type: CriteriaOption
name: Yes
description: The temperature reading is provided in both Fahrenheit and Celsius.
- type: CriteriaOption
name: No
description: The temperature reading is provided either in Fahrenheit or Celsius, but not both.
- type: CriteriaOption
name: Pass
description: There is no numeriselected_providercal temperature reading in the response.
option_map:
Yes: 1.0
No: 0.5
Pass: 0.0
[source]Read more about catalog usage here.