Interface ChatGPTServiceAsync
public interface ChatGPTServiceAsync
- 
Method Summary
Modifier 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
 - 
startThread
void startThread(String question, List<GUIDocument> documents, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)  - 
ask
 - 
getAnswer
 
 -