Thinking

@SerialName(value = "thinking")
data class Thinking(val signature: String, val thinking: String) : BedrockAnthropicInvokeModelContent(source)

Represents a thinking process.

This class captures the model's reasoning and thought process during its operation. It is serialized with the discriminator "thinking" for polymorphic serialization.

Constructors

Link copied to clipboard
constructor(signature: String, thinking: String)

Properties

Link copied to clipboard

An identifier or signature associated with this thought process.

Link copied to clipboard

The actual content of the model's internal reasoning or thought process.