Retrieves metadata from assistant replies within an LLMMessage object.
It returns the metadata as a tibble.
Details
Metadata columns may include:
model: The model used for generating the reply.timestamp: The time when the reply was generated.prompt_tokens: The number of tokens in the input prompt.completion_tokens: The number of tokens in the assistant's reply.total_tokens: The total number of tokens (prompt + completion).cached_tokens: Prompt tokens served from the provider's prompt cache.NA_integer_for providers that do not report cache usage;0means a reported cache miss.cache_creation_tokens: Prompt tokens written to the cache. Currently reported byclaude()only;NA_integer_elsewhere.api_specific: A list column with API-specific metadata, including the raw provider-specific cache fields.
For convenience, last_metadata() is provided to retrieve the metadata for the last message.
