AutoTweaker API
Toggle table of contents
0.2.0-alpha.1+d0e71621
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
AutoTweaker API
AutoTweaker API
/
io.github.autotweaker.api.types.llm
/
ChatMessage
/
User
User
jvm
data
class
User
(
val
content
:
List
<
ContentPart
>
,
val
timestamp
:
Instant
)
:
ChatMessage
(
source
)
Members
Constructors
User
Link copied to clipboard
jvm
constructor
(
content
:
List
<
ContentPart
>
,
timestamp
:
Instant
)
Properties
content
Link copied to clipboard
jvm
open
override
val
content
:
List
<
ContentPart
>
timestamp
Link copied to clipboard
jvm
open
override
val
timestamp
:
Instant