LangExtract.Client (LangExtract v0.8.0)

Copy Markdown View Source

A configured LLM client for extraction.

Created via LangExtract.new/2. Holds the provider module and its options.

Summary

Types

t()

@type t() :: %LangExtract.Client{
  http_client: Req.Request.t() | nil,
  options: keyword(),
  provider: module()
}