πŸ“„ EngagementΒΆ

metrics.llm_as_judge.direct.criteria.engagement

type: CriteriaWithOptions
name: engagement
description: Does the email response encourage engagement or action?
options: 
  - type: CriteriaOption
    name: Yes
    description: The email response is engaging and encourages action from the recipient.
  - type: CriteriaOption
    name: No
    description: The email response lacks engagement and does not encourage action.
option_map: 
  Yes: 1.0
  No: 0.0
[source]

Read more about catalog usage here.