πŸ“„ Email StructureΒΆ

metrics.llm_as_judge.direct.criteria.email_structure

type: CriteriaWithOptions
name: email_structure
description: Does the email response have a clear and logical structure?
options: 
  - type: CriteriaOption
    name: Yes
    description: The response has a clear, logical structure with well-organized ideas.
  - type: CriteriaOption
    name: No
    description: The response lacks a clear structure, and ideas are poorly organized.
option_map: 
  Yes: 1.0
  No: 0.0
[source]

Read more about catalog usage here.