http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-ai-mcp-core
/
org.http4k.ai.mcp.protocol.messages
/
McpElicitations
/
Request
/
Params
Params
@
JsonSerializable
@
Polymorphic
(
labelKey
=
"mode"
)
sealed
class
Params
:
HasMeta
(
source
)
Inheritors
Form
Url
Members
Types
Form
Link copied to clipboard
@
JsonSerializable
@
PolymorphicLabel
(
value
=
"form"
)
data
class
Form
(
val
message
:
String
,
val
requestedSchema
:
McpNodeType
,
val
_meta
:
Meta
=
Meta.default
,
val
task
:
TaskMeta
?
=
null
)
:
McpElicitations.Request.Params
Url
Link copied to clipboard
@
JsonSerializable
@
PolymorphicLabel
(
value
=
"url"
)
data
class
Url
(
val
message
:
String
,
val
url
:
Uri
,
val
elicitationId
:
ElicitationId
,
val
_meta
:
Meta
=
Meta.default
,
val
task
:
TaskMeta
?
=
null
)
:
McpElicitations.Request.Params
Properties
_
meta
Link copied to clipboard
abstract
val
_meta
:
Meta