Content

@Serializable
data class Content(val role: Role, val parts: List<Part>)

Constructors

Link copied to clipboard
constructor(role: Role, parts: List<Part>)

Properties

Link copied to clipboard
Link copied to clipboard
val role: Role