toggle menu
crypto-trader-chat
JVM
switch theme
search in API
crypto-trader-chat
/
org.cryptotrader.chat.model
/
OpenAiMessage
Open
Ai
Message
data
class
OpenAiMessage
(
val
role
:
String
,
val
content
:
Any
?
=
null
,
val
name
:
String
?
=
null
,
val
toolCallId
:
String
?
=
null
)
Members
Constructors
Open
Ai
Message
Link copied to clipboard
constructor
(
role
:
String
,
content
:
Any
?
=
null
,
name
:
String
?
=
null
,
toolCallId
:
String
?
=
null
)
Properties
content
Link copied to clipboard
val
content
:
Any
?
=
null
name
Link copied to clipboard
val
name
:
String
?
=
null
role
Link copied to clipboard
val
role
:
String
tool
Call
Id
Link copied to clipboard
val
toolCallId
:
String
?
=
null