| Package | Description |
|---|---|
| com.alibaba.dashscope.conversation |
| Modifier and Type | Method and Description |
|---|---|
static ConversationMessage |
ConversationMessage.buildInputMessageWithHistory(String requestId,
String model,
String utterance,
List<ChatMessage> history,
Integer nHistory,
com.google.gson.JsonObject parameters,
boolean streaming,
boolean enableDebug) |
static ConversationMessage |
ConversationMessage.buildInputMessageWithPrompt(String requestId,
String model,
String utterance,
boolean streaming) |
static ConversationMessage |
ConversationMessage.buildMultiModalInputMessageWithHistory(String requestId,
String model,
String utterance,
List<ChatMessage> history,
int nHistory,
com.google.gson.JsonObject parameters,
boolean streaming,
boolean enableDebug) |
Copyright © 2023. All rights reserved.