Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 561 Bytes

RunStepCompletionUsage.md

File metadata and controls

16 lines (8 loc) · 561 Bytes

RunStepCompletionUsage

Usage statistics related to the run step. This value will be null while the run step's status is in_progress.

Properties

Name Type Description Notes
completionTokens Integer Number of completion tokens used over the course of the run step.
promptTokens Integer Number of prompt tokens used over the course of the run step.
totalTokens Integer Total number of tokens used (prompt + completion).