Class LMConversationChatGPT
java.lang.Object
org.eclnt.ccee.chatgpt.logic.conversation.LMConversationBase
org.eclnt.ccee.chatgpt.logic.conversation.LMConversationChatGPT
- All Implemented Interfaces:
ILMConversation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
executeCommand
(ENUMLMCommand command, String text) void
initialize
(ILMContext context) void
protected void
Methods inherited from class org.eclnt.ccee.chatgpt.logic.conversation.LMConversationBase
addListener, addNewContent, getCurrentContent, getLMContext, removeListener
-
Constructor Details
-
LMConversationChatGPT
public LMConversationChatGPT()
-
-
Method Details
-
initialize
- Specified by:
initialize
in interfaceILMConversation
- Overrides:
initialize
in classLMConversationBase
-
start
- Specified by:
start
in interfaceILMConversation
- Overrides:
start
in classLMConversationBase
-
executeCommand
-
waitForRunResultInAsyncThread
protected void waitForRunResultInAsyncThread()
-