A configured LLM client for extraction.
Created via LangExtract.new/2. Holds the provider module and its options.
Summary
Types
@type t() :: %LangExtract.Client{ http_client: Req.Request.t() | nil, options: keyword(), provider: module() }
A configured LLM client for extraction.
Created via LangExtract.new/2. Holds the provider module and its options.
@type t() :: %LangExtract.Client{ http_client: Req.Request.t() | nil, options: keyword(), provider: module() }