http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-ai-a2a-core
/
org.http4k.ai.a2a.model
/
AgentSkill
/
AgentSkill
Agent
Skill
constructor
(
id
:
SkillId
,
name
:
String
,
description
:
String
,
tags
:
List
<
String
>
=
emptyList()
,
examples
:
List
<
String
>
?
=
null
,
inputModes
:
List
<
MimeType
>
?
=
null
,
outputModes
:
List
<
MimeType
>
?
=
null
,
securityRequirements
:
List
<
SecurityRequirement
>
?
=
null
)
(
source
)