public class AgentDebugInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| AgentDebugInfo() | 
| AgentDebugInfo(AgentDebugInfo 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 | getInput()Get 工具、大模型的输入信息,json
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getModelName()Get 模型名 | 
| String | getOutput()Get 工具、大模型的输出信息,json
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setInput(String Input)Set 工具、大模型的输入信息,json
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setModelName(String ModelName)Set 模型名 | 
| void | setOutput(String Output)Set 工具、大模型的输出信息,json
注意:此字段可能返回 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, toJsonStringpublic AgentDebugInfo()
public AgentDebugInfo(AgentDebugInfo source)
public String getInput()
public void setInput(String Input)
Input - 工具、大模型的输入信息,json
注意:此字段可能返回 null,表示取不到有效值。public String getOutput()
public void setOutput(String Output)
Output - 工具、大模型的输出信息,json
注意:此字段可能返回 null,表示取不到有效值。public String getModelName()
public void setModelName(String ModelName)
ModelName - 模型名Copyright © 2025. All rights reserved.