public interface ToolsApi
io.reactivex.Single<WebSearchPro>
webSearch(Map<String,Object> request)
retrofit2.Call<okhttp3.ResponseBody>
webSearchStreaming(Map<String,Object> request)
@Streaming @POST(value="tools") retrofit2.Call<okhttp3.ResponseBody> webSearchStreaming(@Body Map<String,Object> request)
@POST(value="tools") io.reactivex.Single<WebSearchPro> webSearch(@Body Map<String,Object> request)
Copyright © 2025. All rights reserved.