Describes a single alignment problem in a few-shot example.
Summary
Types
@type t() :: %LangExtract.Prompt.Validator.Issue{ example_index: non_neg_integer(), example_text: String.t(), extraction_class: String.t(), extraction_index: non_neg_integer(), extraction_text: String.t(), status: :fuzzy | :not_found }