openai-kotlin
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
openai-kotlin
openai-core
/
com.aallam.openai.api.thread
/
Thread
/
Thread
Thread
constructor
(
id
:
ThreadId
,
objectType
:
String
?
=
null
,
createdAt
:
Int
,
toolResources
:
ToolResources
?
=
null
,
metadata
:
Map
<
String
,
String
>
)