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
/
Skill
Skill
@
JsonSerializable
data
class
Skill
(
val
skill_id
:
SkillId
,
val
version
:
String
?
=
null
,
val
type
:
String
=
"anthropic"
)
(
source
)
Members
Constructors
Skill
Link copied to clipboard
constructor
(
skill_id
:
SkillId
,
version
:
String
?
=
null
,
type
:
String
=
"anthropic"
)
Properties
skill_
id
Link copied to clipboard
val
skill_id
:
SkillId
type
Link copied to clipboard
val
type
:
String
version
Link copied to clipboard
val
version
:
String
?