ListContent

@Serializable
value class ListContent(val content: List<ContentPart>) : Content

The chat message content as a list of content parts.

Constructors

Link copied to clipboard
constructor(content: List<ContentPart>)

Properties

Link copied to clipboard