| Modifier and Type | Method and Description |
|---|---|
<Data,F,Param,TReq extends ClientRequest<Param>,TResp extends BiFlowableClientResponse<Data,F>> |
AbstractAiClient.biStreamRequest(TReq request,
FlowableRequestSupplier<Param,retrofit2.Call<okhttp3.ResponseBody>> requestSupplier,
Class<TResp> tRespClass,
Class<F> tStreamDataClass)
Executes a streaming API request and returns a BiFlowableClientResponse where
response body and stream element type can differ.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
FlowableClientResponse<T>
Simplified client response with a Flowable stream where the body type and stream item
type are the same.
|
| Modifier and Type | Method and Description |
|---|---|
abstract <Data,F,Param,TReq extends ClientRequest<Param>,TResp extends BiFlowableClientResponse<Data,F>> |
AbstractClientBaseService.biStreamRequest(TReq request,
FlowableRequestSupplier<Param,retrofit2.Call<okhttp3.ResponseBody>> requestSupplier,
Class<TResp> tRespClass,
Class<F> tStreamClass)
Executes a streaming API request and returns a Flowable-based response.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AssistantApiResponse
Response wrapper for Assistant API calls that supports both synchronous and streaming
responses.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AudioSpeechStreamingResponse |
class |
AudioTranscriptionResponse |
| Modifier and Type | Class and Description |
|---|---|
class |
ChatCompletionResponse |
| Modifier and Type | Class and Description |
|---|---|
class |
WebSearchApiResponse |
Copyright © 2025. All rights reserved.