TextContent

@Serializable
@SerialName(value = "text")
data class TextContent(val text: String, val annotations: Annotations? = null) : PromptContent, ToolContent, SamplingContent

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard