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
/
SamplingResponse
/
Ok
Ok
data
class
Ok
(
val
model
:
ModelName
,
val
role
:
Role
,
val
content
:
List
<
Content
>
,
val
stopReason
:
StopReason
?
=
null
)
:
SamplingResponse
(
source
)
Members
Constructors
Ok
Link copied to clipboard
constructor
(
model
:
ModelName
,
role
:
Role
,
content
:
List
<
Content
>
,
stopReason
:
StopReason
?
=
null
)
Properties
content
Link copied to clipboard
val
content
:
List
<
Content
>
model
Link copied to clipboard
val
model
:
ModelName
role
Link copied to clipboard
val
role
:
Role
stop
Reason
Link copied to clipboard
val
stopReason
:
StopReason
?