LLMMetadata
Summary
Types
@type t() :: %PolarExpress.Schemas.LLMMetadata{ cached_input_tokens: term(), input_tokens: term(), model: term(), output_tokens: term(), prompt: term(), response: term(), total_tokens: term(), vendor: term() }
cached_input_tokens- The number of LLM cached tokens that were used for the event.input_tokens- The number of LLM input tokens used for the event.model- The model used for the event.output_tokens- The number of LLM output tokens used for the event.prompt- The LLM prompt used for the event. Nullable.response- The LLM response used for the event. Nullable.total_tokens- The total number of LLM tokens used for the event.vendor- The vendor of the event.