| Package | Description |
|---|---|
| ai.z.openapi.service.agents | |
| ai.z.openapi.service.chat |
| Modifier and Type | Method and Description |
|---|---|
ChatCompletionResponse |
AgentService.createAgentCompletion(AgentsCompletionRequest request)
Creates an agent completion, either streaming or non-streaming based on the request
configuration.
|
ChatCompletionResponse |
AgentServiceImpl.createAgentCompletion(AgentsCompletionRequest request) |
| Modifier and Type | Method and Description |
|---|---|
ChatCompletionResponse |
ChatService.asyncChatCompletion(ChatCompletionCreateParams request)
Creates an asynchronous chat completion.
|
ChatCompletionResponse |
ChatServiceImpl.asyncChatCompletion(ChatCompletionCreateParams request) |
ChatCompletionResponse |
ChatService.createChatCompletion(ChatCompletionCreateParams request)
Creates a chat completion, either streaming or non-streaming based on the request
configuration.
|
ChatCompletionResponse |
ChatServiceImpl.createChatCompletion(ChatCompletionCreateParams request) |
ChatCompletionResponse |
ChatService.createChatCompletion(ChatCompletionCreateParams request,
Map<String,String> customHeaders)
Creates a chat completion with custom headers support.
|
ChatCompletionResponse |
ChatServiceImpl.createChatCompletion(ChatCompletionCreateParams request,
Map<String,String> customHeaders) |
Copyright © 2025. All rights reserved.