| Package | Description |
|---|---|
| ai.z.openapi | |
| ai.z.openapi.service | |
| ai.z.openapi.service.assistant | |
| ai.z.openapi.service.audio | |
| ai.z.openapi.service.model | |
| ai.z.openapi.service.tools |
| Modifier and Type | Method and Description |
|---|---|
<Data,Param,TReq extends ClientRequest<Param>,TResp extends FlowableClientResponse<Data>> |
AbstractAiClient.streamRequest(TReq request,
FlowableRequestSupplier<Param,retrofit2.Call<okhttp3.ResponseBody>> requestSupplier,
Class<TResp> tRespClass,
Class<Data> tDataClass)
Executes a streaming API request and returns a FlowableClientResponse with stream
elements of type Data.
|
| Modifier and Type | Method and Description |
|---|---|
<T,Param,TReq extends ClientRequest<Param>,TResp extends FlowableClientResponse<T>> |
AbstractClientBaseService.streamRequest(TReq request,
FlowableRequestSupplier<Param,retrofit2.Call<okhttp3.ResponseBody>> requestSupplier,
Class<TResp> tRespClass,
Class<T> tClass)
Executes a streaming API request with the same type for response body and stream
element.
|
| 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 |
| Modifier and Type | Class and Description |
|---|---|
class |
ChatCompletionResponse |
| Modifier and Type | Class and Description |
|---|---|
class |
WebSearchApiResponse |
Copyright © 2025. All rights reserved.