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.