http4k
Toggle table of contents
6.60.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-connect-ai-anthropic
/
org.http4k.connect.anthropic.action
/
DeltaContent
/
ThinkingDelta
Thinking
Delta
@
JsonSerializable
@
PolymorphicLabel
(
value
=
"thinking_delta"
)
data
class
ThinkingDelta
(
val
thinking
:
String
,
val
estimated_tokens
:
Int
?
=
null
)
:
DeltaContent
(
source
)
Members
Constructors
Thinking
Delta
Link copied to clipboard
constructor
(
thinking
:
String
,
estimated_tokens
:
Int
?
=
null
)
Properties
estimated_
tokens
Link copied to clipboard
val
estimated_tokens
:
Int
?
thinking
Link copied to clipboard
val
thinking
:
String