Package | Description |
---|---|
com.tencentcloudapi.tione.v20211111.models |
Modifier and Type | Method and Description |
---|---|
Message |
Choice.getMessage()
Get 对话结果
|
Message[] |
ChatCompletionRequest.getMessages()
Get 输入对话历史。旧的对话在前,数组中最后一项应该为这次的问题。
|
Modifier and Type | Method and Description |
---|---|
void |
Choice.setMessage(Message Message)
Set 对话结果
|
void |
ChatCompletionRequest.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.