| Package | Description |
|---|---|
| com.tencentcloudapi.es.v20250101.models |
| Modifier and Type | Method and Description |
|---|---|
Message[] |
ChatCompletionsRequest.getMessages()
Get 会话内容,按对话时间从旧到新在数组中排列,长度受模型窗口大小限制。
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChatCompletionsRequest.setMessages(Message[] Messages)
Set 会话内容,按对话时间从旧到新在数组中排列,长度受模型窗口大小限制。
|
| Constructor and Description |
|---|
Message(Message source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Copyright © 2025. All rights reserved.