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
/
Thinking
/
Enabled
Enabled
@
JsonSerializable
@
PolymorphicLabel
(
value
=
"enabled"
)
data
class
Enabled
(
val
budget_tokens
:
Int
,
val
display
:
ThinkingDisplay
?
=
null
)
:
Thinking
(
source
)
Members
Constructors
Enabled
Link copied to clipboard
constructor
(
budget_tokens
:
Int
,
display
:
ThinkingDisplay
?
=
null
)
Properties
budget_
tokens
Link copied to clipboard
val
budget_tokens
:
Int
display
Link copied to clipboard
val
display
:
ThinkingDisplay
?