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
/
ThinkingCapability
Thinking
Capability
@
JsonSerializable
data
class
ThinkingCapability
(
val
supported
:
Boolean
,
val
types
:
ThinkingTypes
?
=
null
)
(
source
)
Members
Constructors
Thinking
Capability
Link copied to clipboard
constructor
(
supported
:
Boolean
,
types
:
ThinkingTypes
?
=
null
)
Properties
supported
Link copied to clipboard
val
supported
:
Boolean
types
Link copied to clipboard
val
types
:
ThinkingTypes
?