OpenAIPageableListOfThreadMessageOutput interface
The response data for a requested list of items.
Properties
data | The requested list of items. |
first |
The first ID represented in this list. |
has |
A value indicating whether there are additional values available not captured in this list. |
last |
The last ID represented in this list. |
object | The object type, which is always list. |
Property Details
data
firstId
The first ID represented in this list.
firstId: string
Property Value
string
hasMore
A value indicating whether there are additional values available not captured in this list.
hasMore: boolean
Property Value
boolean
lastId
The last ID represented in this list.
lastId: string
Property Value
string
object
The object type, which is always list.
object: "list"
Property Value
"list"