Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 1.17 KB

File metadata and controls

12 lines (8 loc) · 1.17 KB

ResponseMetadata

Metadata about the response (e.g., latency, token count).

Fields

Field Type Required Description
latencyMs Optional<Long> Time taken to generate the response in milliseconds.
tokenCount Optional<Long> Number of tokens in the response.
modelUsed Optional<String> The specific model version used.