πŸ“„ Assistant Message GroundednessΒΆ

metrics.llm_as_judge.direct.criteria.assistant_message_groundedness

type: CriteriaWithOptions
name: assistant_message_groundedness
description: Assistant message is not grounded or faithful to the information provided in the Context.
options: 
  - type: CriteriaOption
    name: Yes
    description: 
  - type: CriteriaOption
    name: No
    description: 
option_map: 
  Yes: 1.0
  No: 0.0
[source]

Read more about catalog usage here.