LangExtract.Prompt.Validator.Issue (LangExtract v0.6.0)

Copy Markdown View Source

Describes a single alignment problem in a few-shot example.

Summary

Types

t()

@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
}