toggle menu
lmos-runtime
0.4.0
jvm
switch theme
search in API
lmos-runtime
/
ai.ancf.lmos.runtime.core.model
/
Conversation
Conversation
data
class
Conversation
(
val
inputContext
:
InputContext
,
val
systemContext
:
SystemContext
,
val
userContext
:
UserContext
)
Members
Constructors
Conversation
Link copied to clipboard
constructor
(
inputContext
:
InputContext
,
systemContext
:
SystemContext
,
userContext
:
UserContext
)
Properties
input
Context
Link copied to clipboard
val
inputContext
:
InputContext
system
Context
Link copied to clipboard
val
systemContext
:
SystemContext
user
Context
Link copied to clipboard
val
userContext
:
UserContext