接口 NodeParser<T extends Node>
- 所有已知实现类:
BaseNodeParser,CodeNodeParser,ConfirmNodeParser,EndNodeParser,HttpNodeParser,KnowledgeNodeParser,LlmNodeParser,LoopNodeParser,SearchEngineNodeParser,StartNodeParser,TemplateNodeParser
public interface NodeParser<T extends Node>
-
方法概要
修饰符和类型方法说明parse(com.alibaba.fastjson.JSONObject nodeJSONObject, com.alibaba.fastjson.JSONObject chainJSONObject, ChainParser chainParser)
-
方法详细资料
-
getChainParser
-
parse
T parse(com.alibaba.fastjson.JSONObject nodeJSONObject, com.alibaba.fastjson.JSONObject chainJSONObject, ChainParser chainParser)
-