ThinkingDelta

@JsonSerializable
@PolymorphicLabel(value = "thinking_delta")
data class ThinkingDelta(val thinking: String, val estimated_tokens: Int? = null) : DeltaContent(source)

Constructors

Link copied to clipboard
constructor(thinking: String, estimated_tokens: Int? = null)

Properties

Link copied to clipboard
Link copied to clipboard