toggle menu
openai-kotlin
common
switch theme
search in API
openai-core
/
com.aallam.openai.api.chat
/
ListContent
List
Content
@
JvmInline
@
Serializable
value
class
ListContent
(
val
content
:
List
<
ContentPart
>
)
:
Content
The chat message content as a list of content parts.
Members
Constructors
List
Content
Link copied to clipboard
constructor
(
content
:
List
<
ContentPart
>
)
Properties
content
Link copied to clipboard
val
content
:
List
<
ContentPart
>