Uses of Class
com.unfbx.chatgpt.entity.common.DeleteResponse
-
Packages that use DeleteResponse Package Description com.unfbx.chatgpt -
-
Uses of DeleteResponse in com.unfbx.chatgpt
Methods in com.unfbx.chatgpt that return DeleteResponse Modifier and Type Method Description DeleteResponseOpenAiClient. deleteFile(String fileId)删除文件Methods in com.unfbx.chatgpt that return types with arguments of type DeleteResponse Modifier and Type Method Description io.reactivex.Single<DeleteResponse>OpenAiApi. deleteFile(String fileId)删除文件
-