Skip to content

Latest commit

 

History

History
23 lines (11 loc) · 585 Bytes

RunObjectIncompleteDetails.md

File metadata and controls

23 lines (11 loc) · 585 Bytes

RunObjectIncompleteDetails

Details on why the run is incomplete. Will be null if the run is not incomplete.

Properties

Name Type Description Notes
reason ReasonEnum The reason why the run is incomplete. This will point to which specific token limit was reached over the course of the run. [optional]

Enum: ReasonEnum

Name Value
COMPLETION_TOKENS "max_completion_tokens"
PROMPT_TOKENS "max_prompt_tokens"