http4k
Toggle table of contents
6.51.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
/
McpCompletion
/
Response
Response
@
JsonSerializable
data
class
Response
(
val
result
:
McpCompletion.Response.Result
,
val
id
:
Any
?
,
val
jsonrpc
:
String
=
"2.0"
)
:
McpJsonRpcResponse
(
source
)
Members
Constructors
Response
Link copied to clipboard
constructor
(
result
:
McpCompletion.Response.Result
,
id
:
Any
?
,
jsonrpc
:
String
=
"2.0"
)
Types
Result
Link copied to clipboard
@
JsonSerializable
data
class
Result
(
val
completion
:
Completion
,
val
_meta
:
Meta
=
Meta.default
)
:
HasMeta
Properties
id
Link copied to clipboard
open
override
val
id
:
Any
?
jsonrpc
Link copied to clipboard
val
jsonrpc
:
String
result
Link copied to clipboard
val
result
:
McpCompletion.Response.Result