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 | 
|---|---|
AgentDebugInfo | 
getAgent()
Get Agent debugging information. 
 | 
String | 
getContent()
Get Retrieve query. 
 | 
String[] | 
getCustomVariables()
Get Custom parameter. 
 | 
HistorySummary[] | 
getHistories()
Get Multiple rounds of historical information. 
 | 
KnowledgeSummary[] | 
getKnowledge()
Get Retrieve knowledge. 
 | 
String | 
getSystem()
Get System prompt. 
 | 
TaskFlowSummary | 
getTaskFlow()
Get Task process. 
 | 
WorkFlowSummary | 
getWorkFlow()
Get Workflow debugging information. 
 | 
void | 
setAgent(AgentDebugInfo Agent)
Set Agent debugging information. 
 | 
void | 
setContent(String Content)
Set Retrieve query. 
 | 
void | 
setCustomVariables(String[] CustomVariables)
Set Custom parameter. 
 | 
void | 
setHistories(HistorySummary[] Histories)
Set Multiple rounds of historical information. 
 | 
void | 
setKnowledge(KnowledgeSummary[] Knowledge)
Set Retrieve knowledge. 
 | 
void | 
setSystem(String System)
Set System prompt. 
 | 
void | 
setTaskFlow(TaskFlowSummary TaskFlow)
Set Task process. 
 | 
void | 
setWorkFlow(WorkFlowSummary WorkFlow)
Set Workflow debugging information. 
 | 
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, toJsonStringpublic ProcedureDebugging()
public ProcedureDebugging(ProcedureDebugging source)
public String getContent()
public void setContent(String Content)
Content - Retrieve query.public String getSystem()
public void setSystem(String System)
System - System prompt.public HistorySummary[] getHistories()
public void setHistories(HistorySummary[] Histories)
Histories - Multiple rounds of historical information.public KnowledgeSummary[] getKnowledge()
public void setKnowledge(KnowledgeSummary[] Knowledge)
Knowledge - Retrieve knowledge.public TaskFlowSummary getTaskFlow()
public void setTaskFlow(TaskFlowSummary TaskFlow)
TaskFlow - Task process.public WorkFlowSummary getWorkFlow()
public void setWorkFlow(WorkFlowSummary WorkFlow)
WorkFlow - Workflow debugging information.public AgentDebugInfo getAgent()
public void setAgent(AgentDebugInfo Agent)
Agent - Agent debugging information.public String[] getCustomVariables()
public void setCustomVariables(String[] CustomVariables)
CustomVariables - Custom parameter.Copyright © 2025. All rights reserved.