openai-openapi
openai-openapi copied to clipboard
Mark `RunObject`'s `expires_at` property as nullable
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.