public class ProcedureDebugging extends AbstractModel
header, skipSign
Constructor and Description |
---|
ProcedureDebugging() |
ProcedureDebugging(ProcedureDebugging 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 检索query
注意:此字段可能返回 null,表示取不到有效值。
|
HistorySummary[] |
getHistories()
Get 多轮历史信息
注意:此字段可能返回 null,表示取不到有效值。
|
KnowledgeSummary[] |
getKnowledge()
Get 检索知识
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getSystem()
Get 系统prompt
注意:此字段可能返回 null,表示取不到有效值。
|
TaskFlowSummary |
getTaskFlow()
Get 任务流程
注意:此字段可能返回 null,表示取不到有效值。
|
WorkFlowSummary |
getWorkFlow()
Get 工作流调试信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setContent(String Content)
Set 检索query
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setHistories(HistorySummary[] Histories)
Set 多轮历史信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setKnowledge(KnowledgeSummary[] Knowledge)
Set 检索知识
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSystem(String System)
Set 系统prompt
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTaskFlow(TaskFlowSummary TaskFlow)
Set 任务流程
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setWorkFlow(WorkFlowSummary WorkFlow)
Set 工作流调试信息
注意:此字段可能返回 null,表示取不到有效值。
|
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 ProcedureDebugging()
public ProcedureDebugging(ProcedureDebugging source)
public String getContent()
public void setContent(String Content)
Content
- 检索query
注意:此字段可能返回 null,表示取不到有效值。public String getSystem()
public void setSystem(String System)
System
- 系统prompt
注意:此字段可能返回 null,表示取不到有效值。public HistorySummary[] getHistories()
public void setHistories(HistorySummary[] Histories)
Histories
- 多轮历史信息
注意:此字段可能返回 null,表示取不到有效值。public KnowledgeSummary[] getKnowledge()
public void setKnowledge(KnowledgeSummary[] Knowledge)
Knowledge
- 检索知识
注意:此字段可能返回 null,表示取不到有效值。public TaskFlowSummary getTaskFlow()
public void setTaskFlow(TaskFlowSummary TaskFlow)
TaskFlow
- 任务流程
注意:此字段可能返回 null,表示取不到有效值。public WorkFlowSummary getWorkFlow()
public void setWorkFlow(WorkFlowSummary WorkFlow)
WorkFlow
- 工作流调试信息
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.