Share via


IncompleteDetailsReason type

The reason why the run is incomplete. This will point to which specific token limit was reached over the course of the run.

type IncompleteDetailsReason = "max_completion_tokens" | "max_prompt_tokens"