A single few-shot example: source text and expected extractions.
Summary
Types
@type t() :: %LangExtract.Prompt.ExampleData{ extractions: [LangExtract.Extraction.t()], text: String.t() }
A single few-shot example: source text and expected extractions.
@type t() :: %LangExtract.Prompt.ExampleData{ extractions: [LangExtract.Extraction.t()], text: String.t() }