public interface AgentService
| Modifier and Type | Method and Description |
|---|---|
ChatCompletionResponse |
createAgentCompletion(AgentsCompletionRequest request)
Creates an agent completion, either streaming or non-streaming based on the request
configuration.
|
io.reactivex.rxjava3.core.Single<ModelData> |
retrieveAgentAsyncResult(AgentAsyncResultRetrieveParams request)
Retrieves the result of an asynchronous agent operation.
|
ChatCompletionResponse createAgentCompletion(AgentsCompletionRequest request)
request - the agents completion requestio.reactivex.rxjava3.core.Single<ModelData> retrieveAgentAsyncResult(AgentAsyncResultRetrieveParams request)
request - the query request for the async agent resultCopyright © 2025. All rights reserved.