Share via


OpenAIPageableListOfThreadMessageOutput interface

The response data for a requested list of items.

Properties

data

The requested list of items.

firstId

The first ID represented in this list.

hasMore

A value indicating whether there are additional values available not captured in this list.

lastId

The last ID represented in this list.

object

The object type, which is always list.

Property Details

data

The requested list of items.

data: ThreadMessageOutput[]

Property Value

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"