openai-openapi icon indicating copy to clipboard operation
openai-openapi copied to clipboard

Mark `RunObject`'s `expires_at` property as nullable

Open joseharriaga opened this issue 1 year ago • 0 comments

In practice, when a run reaches the "completed" state, its expires_at property becomes null. To reflect this behavior, this change simply marks the expires_at property of the RunObject definition as nullable: true.

joseharriaga avatar Mar 08 '24 19:03 joseharriaga