openai-kotlin
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
openai-kotlin
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
>