Interface ChatGPTServiceAsync
public interface ChatGPTServiceAsync
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
loadSettings
(com.google.gwt.user.client.rpc.AsyncCallback<List<GUIValue>> callback) void
saveSettings
(List<GUIValue> settings, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) void
startThread
(String question, List<GUIDocument> documents, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
-
Method Details
-
loadSettings
-
saveSettings
-
startThread
void startThread(String question, List<GUIDocument> documents, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) -
ask
-
getAnswer
-