Text

data class Text @JvmOverloads constructor(val text: String, val cacheControl: CacheControl? = null) : MessagePart.ContentPart(source)

Text content part of the message.

Constructors

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

Properties

Link copied to clipboard
open override val cacheControl: CacheControl?

Optional cache-control directive for the provider's prompt-caching feature.

Link copied to clipboard

The text content.