Text

@SerialName(value = "text")
class Text(val text: String, val state: TextUIPartState = TextUIPartState.Done, val providerMetadata: ProviderMetadata = ProviderMetadata.None) : UIMessagePart(source)

Since

0.3.0-beta01

Constructors

Link copied to clipboard
constructor(text: String, state: TextUIPartState = TextUIPartState.Done, providerMetadata: ProviderMetadata = ProviderMetadata.None)

Properties

Link copied to clipboard
Link copied to clipboard