public class TemplateNode extends com.agentsflex.core.chain.node.BaseNode
| 限定符和类型 | 字段和说明 |
|---|---|
private static com.jfinal.template.Engine |
engine |
private String |
outputDef |
private String |
template |
| 构造器和说明 |
|---|
TemplateNode() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected Map<String,Object> |
execute(com.agentsflex.core.chain.Chain chain) |
String |
getOutputDef() |
String |
getTemplate() |
void |
setOutputDef(String outputDef) |
void |
setTemplate(String template) |
String |
toString() |
addInputParameter, addOutputDef, addOutputDefs, getChainParameters, getDescription, getOutputDefs, getParameters, getParameters, setDescription, setOutputDefs, setParametersprivate static final com.jfinal.template.Engine engine
public TemplateNode()
public String getTemplate()
public void setTemplate(String template)
public String getOutputDef()
public void setOutputDef(String outputDef)
protected Map<String,Object> execute(com.agentsflex.core.chain.Chain chain)
execute 在类中 com.agentsflex.core.chain.ChainNodeCopyright © 2025. All rights reserved.