TextContent

@Serializable
data class TextContent(val text: String? = null) : PromptMessageContentTextOrImage(source)

Text provided to or from an LLM.

Constructors

Link copied to clipboard
constructor(text: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val text: String? = null

The text content of the message.

Link copied to clipboard
open override val type: String