Kreuzcrawl. ExtractionMeta
(kreuzcrawl v0.3.0-rc.43)
Copy Markdown
Metadata about an LLM extraction pass.
Summary
Types
@type t() :: %Kreuzcrawl.ExtractionMeta{ chunks_processed: non_neg_integer(), completion_tokens: non_neg_integer() | nil, cost: float() | nil, model: String.t() | nil, prompt_tokens: non_neg_integer() | nil }
Metadata about an LLM extraction pass.