toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-connect-ai-anthropic
/
org.http4k.connect.anthropic.action
/
Message
Message
@
JsonSerializable
data
class
Message
(
val
role
:
Role
,
val
content
:
List
<
Content
>
)
Members
Constructors
Message
Link copied to clipboard
constructor
(
role
:
Role
,
content
:
List
<
Content
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
content
Link copied to clipboard
val
content
:
List
<
Content
>
role
Link copied to clipboard
val
role
:
Role