public class Delta extends AbstractModel
header, skipSign
Constructor and Description |
---|
Delta() |
Delta(Delta 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getContent()
Get 内容详情。
|
String |
getReasoningContent()
Get 思维链内容。 ReasoningConent参数仅支持出参,且只有deepseek-r1模型会返回。
|
String |
getRole()
Get 角色名称。
|
void |
setContent(String Content)
Set 内容详情。
|
void |
setReasoningContent(String ReasoningContent)
Set 思维链内容。 ReasoningConent参数仅支持出参,且只有deepseek-r1模型会返回。
|
void |
setRole(String Role)
Set 角色名称。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public Delta()
public Delta(Delta source)
public String getRole()
public void setRole(String Role)
Role
- 角色名称。public String getContent()
public void setContent(String Content)
Content
- 内容详情。public String getReasoningContent()
public void setReasoningContent(String ReasoningContent)
ReasoningContent
- 思维链内容。 ReasoningConent参数仅支持出参,且只有deepseek-r1模型会返回。Copyright © 2025. All rights reserved.