| Package | Description |
|---|---|
| com.coze.openapi.api | |
| com.coze.openapi.client.chat.model |
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<BaseResponse<Chat>> |
ChatAPI.cancel(CancelChatReq req,
BaseReq baseReq) |
retrofit2.Call<BaseResponse<Chat>> |
ChatAPI.chat(String conversationID,
CreateChatReq req,
BaseReq baseReq) |
retrofit2.Call<BaseResponse<Chat>> |
ChatAPI.retrieve(String conversationID,
String chatID,
BaseReq baseReq) |
retrofit2.Call<BaseResponse<Chat>> |
ChatAPI.submitToolOutputs(String conversationID,
String chatID,
SubmitToolOutputsReq req,
BaseReq baseReq) |
| Modifier and Type | Method and Description |
|---|---|
static Chat |
Chat.fromJson(String json) |
Copyright © 2025. All rights reserved.