A data class which represents a response from the OpenAI API containing a list of RunSteps.
When the list is empty, firstId and lastId will be null.
null
The list of RunSteps
The ID of the first RunStep in the list, or null
Whether there are more RunSteps to retrieve from the API
The ID of the last RunStep in the list, or null