完整工作流可以截图看下么?
是什么部署方式呢?
1Panel 部署的
能解决吗?或者能不能提供自动导入知识库的方案?
这个http工具确认可用吗,去智能体里测试过了吗
解决了,原来我是直接用你们官方http工具,后来发现知识库调试默认调用 form_list,也就是插件里必须有 def get_form_list(node, **kwargs):
return [{
“field”: ‘file_list’,
“text_field”: ‘name’,
“value_field”: ‘token’,
“input_type”: ‘Tree’,
“attrs”: {
“lazy”: True,
“fetch_list_function”: “make_http_request”,
},
“label”: ‘’,
}] 方法来指定下一步调用哪个方法。

