Interface ChatGPTServiceAsync
public interface ChatGPTServiceAsync
- 
Method SummaryModifier and TypeMethodDescriptionvoidvoidvoidloadSettings(com.google.gwt.user.client.rpc.AsyncCallback<List<GUIValue>> callback) voidsaveSettings(List<GUIValue> settings, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) voidstartThread(String question, List<GUIDocument> documents, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) 
- 
Method Details- 
loadSettings
- 
saveSettings
- 
startThreadvoid startThread(String question, List<GUIDocument> documents, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) 
- 
ask
- 
getAnswer
 
-