Package dev.langchain4j.model.qianfan.client
package dev.langchain4j.model.qianfan.client
-
ClassDescriptionAsyncRequestExecutor<Response,
ResponseContent> This class needs to be thread safe because it is called when a streaming result comes back and there is no guarantee that this thread will be the same as the one that initiated the request, in fact it almost certainly won't be.RequestExecutor<Request,Response, ResponseContent> StreamingRequestExecutor<Request,Response, ResponseContent> SyncOrAsync<ResponseContent>SyncOrAsyncOrStreaming<ResponseContent>SyncRequestExecutor<Response,ResponseContent>