toggle menu
Embabel Agent Documentation
JVM
switch theme
search in API
Embabel Agent Documentation
/
com.embabel.chat
/
ContextChatbot
/
SessionFactory
Session
Factory
fun
interface
SessionFactory
Create a ChatSession from a conversation. Implementation can hold other state.
Members
Functions
create
Link copied to clipboard
abstract
fun
create
(
conversation
:
Conversation
,
context
:
Context
)
:
ChatSession