Holds the extraction task description and few-shot examples.
Summary
Types
@type t() :: %LangExtract.Prompt.Template{ description: String.t(), examples: [LangExtract.Prompt.ExampleData.t()] }
Holds the extraction task description and few-shot examples.
@type t() :: %LangExtract.Prompt.Template{ description: String.t(), examples: [LangExtract.Prompt.ExampleData.t()] }