public class KnowledgeNode extends com.agentsflex.core.chain.node.BaseNode
| 限定符和类型 | 字段和说明 |
|---|---|
private String |
keyword |
private Knowledge |
knowledge |
private Object |
knowledgeId |
private String |
limit |
private static org.slf4j.Logger |
logger |
| 构造器和说明 |
|---|
KnowledgeNode() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected Map<String,Object> |
execute(com.agentsflex.core.chain.Chain chain) |
String |
getKeyword() |
Knowledge |
getKnowledge() |
Object |
getKnowledgeId() |
String |
getLimit() |
void |
setKeyword(String keyword) |
void |
setKnowledge(Knowledge knowledge) |
void |
setKnowledgeId(Object knowledgeId) |
void |
setLimit(String limit) |
String |
toString() |
addInputParameter, addOutputDef, addOutputDefs, getOutputDefs, getParameters, setOutputDefs, setParametersaddInwardEdge, addOutwardEdge, getComputeCost, getCondition, getDescription, getId, getInwardEdges, getLoopBreakCondition, getLoopIntervalMs, getMaxLoopCount, getMemory, getName, getNodeStatus, getOutwardEdges, getValidator, isAsync, isLoopEnable, setAsync, setComputeCost, setCondition, setDescription, setId, setInwardEdges, setLoopBreakCondition, setLoopEnable, setLoopIntervalMs, setMaxLoopCount, setMemory, setName, setNodeStatus, setNodeStatusFinished, setOutwardEdges, setValidator, validateprivate static final org.slf4j.Logger logger
private Object knowledgeId
public KnowledgeNode()
public Object getKnowledgeId()
public void setKnowledgeId(Object knowledgeId)
public Knowledge getKnowledge()
public void setKnowledge(Knowledge knowledge)
public String getKeyword()
public void setKeyword(String keyword)
protected Map<String,Object> execute(com.agentsflex.core.chain.Chain chain)
execute 在类中 com.agentsflex.core.chain.ChainNodeCopyright © 2025. All rights reserved.