Interface ILMConversation
- All Known Implementing Classes:
LMConversationBase
,LMConversationChatGPT
public interface ILMConversation
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addListener
(ILMConversationListener listener) void
executeCommand
(ENUMLMCommand command, String text) void
initialize
(ILMContext context) void
removeListener
(ILMConversationListener listener) void
-
Method Details
-
addListener
-
removeListener
-
initialize
-
start
-
executeCommand
-
getCurrentContent
String getCurrentContent()
-