mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-27 16:33:49 +00:00

* feat: plugin support upload files (#2716) * feat: plugin support file upload * file history * fix history & chattest * chore: code * plugin config icon & file preview padding * perf: undefined fn * fix: plugin file numbers & plugin template add config (#2743) * perf: run plugin without human message (#2749) * perf: run plugin without human message * fix build * fix build * rename node * perf: ui * perf: plugin rerun with last params & plugin log add file (#2755) * perf: plugin run with last params & plugin log add file * delete console * perf: plugin refresh code * fix: ts --------- Co-authored-by: heheer <heheer@sealos.io>
501 lines
15 KiB
JSON
501 lines
15 KiB
JSON
{
|
||
"author": "Menghuan1918",
|
||
"version": "488",
|
||
"name": "Doc2X 图像(文件)识别",
|
||
"avatar": "plugins/doc2x",
|
||
"intro": "将上传的图片文件发送至Doc2X进行解析,返回带LaTeX公式的markdown格式的文本",
|
||
"inputExplanationUrl": "https://fael3z0zfze.feishu.cn/wiki/Rkc5witXWiJoi5kORd2cofh6nDg?fromScene=spaceOverview",
|
||
"showStatus": true,
|
||
"weight": 10,
|
||
|
||
"isTool": true,
|
||
"templateType": "tools",
|
||
|
||
"workflow": {
|
||
"nodes": [
|
||
{
|
||
"nodeId": "pluginConfig",
|
||
"name": "common:core.module.template.system_config",
|
||
"intro": "",
|
||
"avatar": "core/workflow/template/systemConfig",
|
||
"flowNodeType": "pluginConfig",
|
||
"position": {
|
||
"x": -90.53591960393504,
|
||
"y": -17.580286776561252
|
||
},
|
||
"version": "4811",
|
||
"inputs": [],
|
||
"outputs": []
|
||
},
|
||
{
|
||
"nodeId": "pluginInput",
|
||
"name": "插件开始",
|
||
"intro": "可以配置插件需要哪些输入,利用这些输入来运行插件",
|
||
"avatar": "core/workflow/template/workflowStart",
|
||
"flowNodeType": "pluginInput",
|
||
"showStatus": false,
|
||
"position": {
|
||
"x": 368.6800424053505,
|
||
"y": -17.580286776561252
|
||
},
|
||
"version": "481",
|
||
"inputs": [
|
||
{
|
||
"renderTypeList": ["input"],
|
||
"selectedTypeIndex": 0,
|
||
"valueType": "string",
|
||
"canEdit": true,
|
||
"key": "apikey",
|
||
"label": "apikey",
|
||
"description": "Doc2X的验证密匙,对于个人用户可以从Doc2X官网 - 个人信息 - 身份令牌获得",
|
||
"required": true,
|
||
"toolDescription": "",
|
||
"defaultValue": ""
|
||
},
|
||
{
|
||
"renderTypeList": ["reference"],
|
||
"selectedTypeIndex": 0,
|
||
"valueType": "arrayString",
|
||
"canEdit": true,
|
||
"key": "files",
|
||
"label": "files",
|
||
"description": "待处理图片文件",
|
||
"required": true,
|
||
"toolDescription": "待处理图片文件"
|
||
},
|
||
{
|
||
"renderTypeList": ["switch"],
|
||
"selectedTypeIndex": 0,
|
||
"valueType": "boolean",
|
||
"canEdit": true,
|
||
"key": "img_correction",
|
||
"label": "img_correction",
|
||
"description": "是否启用图形矫正功能",
|
||
"required": true,
|
||
"toolDescription": "",
|
||
"defaultValue": false
|
||
},
|
||
{
|
||
"renderTypeList": ["switch"],
|
||
"selectedTypeIndex": 0,
|
||
"valueType": "boolean",
|
||
"canEdit": true,
|
||
"key": "formula",
|
||
"label": "formula",
|
||
"description": "是否开启纯公式识别(仅适用于图片内容仅有公式时)",
|
||
"required": true,
|
||
"toolDescription": "",
|
||
"defaultValue": false
|
||
}
|
||
],
|
||
"outputs": [
|
||
{
|
||
"id": "apikey",
|
||
"valueType": "string",
|
||
"key": "apikey",
|
||
"label": "apikey",
|
||
"type": "hidden"
|
||
},
|
||
{
|
||
"id": "url",
|
||
"valueType": "arrayString",
|
||
"key": "files",
|
||
"label": "files",
|
||
"type": "hidden"
|
||
},
|
||
{
|
||
"id": "img_correction",
|
||
"valueType": "boolean",
|
||
"key": "img_correction",
|
||
"label": "img_correction",
|
||
"type": "hidden"
|
||
},
|
||
{
|
||
"id": "formula",
|
||
"valueType": "boolean",
|
||
"key": "formula",
|
||
"label": "formula",
|
||
"type": "hidden"
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"nodeId": "pluginOutput",
|
||
"name": "插件输出",
|
||
"intro": "自定义配置外部输出,使用插件时,仅暴露自定义配置的输出",
|
||
"avatar": "core/workflow/template/pluginOutput",
|
||
"flowNodeType": "pluginOutput",
|
||
"showStatus": false,
|
||
"position": {
|
||
"x": 1796.2235867744578,
|
||
"y": 6.419713223438748
|
||
},
|
||
"version": "481",
|
||
"inputs": [
|
||
{
|
||
"renderTypeList": ["reference"],
|
||
"valueType": "string",
|
||
"canEdit": true,
|
||
"key": "result",
|
||
"label": "result",
|
||
"description": "处理结果(或者是报错信息)",
|
||
"value": ["zHG5jJBkXmjB", "xWQuEf50F3mr"]
|
||
},
|
||
{
|
||
"renderTypeList": ["reference"],
|
||
"valueType": "string",
|
||
"canEdit": true,
|
||
"key": "failreason",
|
||
"label": "failreason",
|
||
"description": "文件处理失败原因,由文件名以及报错组成,多个文件之间由横线分隔开",
|
||
"value": ["zHG5jJBkXmjB", "jbv4nVZvmFXm"]
|
||
},
|
||
{
|
||
"renderTypeList": ["reference"],
|
||
"valueType": "boolean",
|
||
"canEdit": true,
|
||
"key": "success",
|
||
"label": "success",
|
||
"description": "是否全部文件都处理成功,如有没有处理成功的文件,失败原因将会输出在failreason中",
|
||
"value": ["zHG5jJBkXmjB", "k46cjNulVk5Y"]
|
||
}
|
||
],
|
||
"outputs": []
|
||
},
|
||
{
|
||
"nodeId": "zHG5jJBkXmjB",
|
||
"name": "HTTP 请求",
|
||
"intro": "可以发出一个 HTTP 请求,实现更为复杂的操作(联网搜索、数据库查询等)",
|
||
"avatar": "core/workflow/template/httpRequest",
|
||
"flowNodeType": "httpRequest468",
|
||
"showStatus": true,
|
||
"position": {
|
||
"x": 1081.967607938733,
|
||
"y": -426.08028677656125
|
||
},
|
||
"version": "481",
|
||
"inputs": [
|
||
{
|
||
"key": "system_addInputParam",
|
||
"renderTypeList": ["addInputParam"],
|
||
"valueType": "dynamic",
|
||
"label": "",
|
||
"required": false,
|
||
"description": "common:core.module.input.description.HTTP Dynamic Input",
|
||
"customInputConfig": {
|
||
"selectValueTypeList": [
|
||
"string",
|
||
"number",
|
||
"boolean",
|
||
"object",
|
||
"arrayString",
|
||
"arrayNumber",
|
||
"arrayBoolean",
|
||
"arrayObject",
|
||
"arrayAny",
|
||
"any",
|
||
"chatHistory",
|
||
"datasetQuote",
|
||
"dynamic",
|
||
"selectApp",
|
||
"selectDataset"
|
||
],
|
||
"showDescription": false,
|
||
"showDefaultValue": true
|
||
},
|
||
"debugLabel": "",
|
||
"toolDescription": ""
|
||
},
|
||
{
|
||
"key": "system_httpMethod",
|
||
"renderTypeList": ["custom"],
|
||
"valueType": "string",
|
||
"label": "",
|
||
"value": "POST",
|
||
"required": true,
|
||
"debugLabel": "",
|
||
"toolDescription": ""
|
||
},
|
||
{
|
||
"key": "system_httpTimeout",
|
||
"renderTypeList": ["custom"],
|
||
"valueType": "number",
|
||
"label": "",
|
||
"value": 30,
|
||
"min": 5,
|
||
"max": 600,
|
||
"required": true,
|
||
"debugLabel": "",
|
||
"toolDescription": ""
|
||
},
|
||
{
|
||
"key": "system_httpReqUrl",
|
||
"renderTypeList": ["hidden"],
|
||
"valueType": "string",
|
||
"label": "",
|
||
"description": "common:core.module.input.description.Http Request Url",
|
||
"placeholder": "https://api.ai.com/getInventory",
|
||
"required": false,
|
||
"value": "Doc2X/FileImg2text",
|
||
"debugLabel": "",
|
||
"toolDescription": ""
|
||
},
|
||
{
|
||
"key": "system_httpHeader",
|
||
"renderTypeList": ["custom"],
|
||
"valueType": "any",
|
||
"value": [],
|
||
"label": "",
|
||
"description": "common:core.module.input.description.Http Request Header",
|
||
"placeholder": "common:core.module.input.description.Http Request Header",
|
||
"required": false,
|
||
"debugLabel": "",
|
||
"toolDescription": ""
|
||
},
|
||
{
|
||
"key": "system_httpParams",
|
||
"renderTypeList": ["hidden"],
|
||
"valueType": "any",
|
||
"value": [],
|
||
"label": "",
|
||
"required": false,
|
||
"debugLabel": "",
|
||
"toolDescription": ""
|
||
},
|
||
{
|
||
"key": "system_httpJsonBody",
|
||
"renderTypeList": ["hidden"],
|
||
"valueType": "any",
|
||
"value": "{\n \"apikey\": \"{{apikey}}\",\n \"files\": {{files}},\n \"img_correction\": {{img_correction}},\n \"formula\": {{formula}}\n}",
|
||
"label": "",
|
||
"required": false,
|
||
"debugLabel": "",
|
||
"toolDescription": ""
|
||
},
|
||
{
|
||
"key": "system_httpFormBody",
|
||
"renderTypeList": ["hidden"],
|
||
"valueType": "any",
|
||
"value": [],
|
||
"label": "",
|
||
"required": false,
|
||
"debugLabel": "",
|
||
"toolDescription": ""
|
||
},
|
||
{
|
||
"key": "system_httpContentType",
|
||
"renderTypeList": ["hidden"],
|
||
"valueType": "string",
|
||
"value": "json",
|
||
"label": "",
|
||
"required": false,
|
||
"debugLabel": "",
|
||
"toolDescription": ""
|
||
},
|
||
{
|
||
"renderTypeList": ["reference"],
|
||
"valueType": "string",
|
||
"canEdit": true,
|
||
"key": "apikey",
|
||
"label": "apikey",
|
||
"customInputConfig": {
|
||
"selectValueTypeList": [
|
||
"string",
|
||
"number",
|
||
"boolean",
|
||
"object",
|
||
"arrayString",
|
||
"arrayNumber",
|
||
"arrayBoolean",
|
||
"arrayObject",
|
||
"arrayAny",
|
||
"any",
|
||
"chatHistory",
|
||
"datasetQuote",
|
||
"dynamic",
|
||
"selectApp",
|
||
"selectDataset"
|
||
],
|
||
"showDescription": false,
|
||
"showDefaultValue": true
|
||
},
|
||
"required": true,
|
||
"value": ["pluginInput", "apikey"]
|
||
},
|
||
{
|
||
"renderTypeList": ["reference"],
|
||
"valueType": "arrayString",
|
||
"canEdit": true,
|
||
"key": "files",
|
||
"label": "files",
|
||
"customInputConfig": {
|
||
"selectValueTypeList": [
|
||
"string",
|
||
"number",
|
||
"boolean",
|
||
"object",
|
||
"arrayString",
|
||
"arrayNumber",
|
||
"arrayBoolean",
|
||
"arrayObject",
|
||
"arrayAny",
|
||
"any",
|
||
"chatHistory",
|
||
"datasetQuote",
|
||
"dynamic",
|
||
"selectApp",
|
||
"selectDataset"
|
||
],
|
||
"showDescription": false,
|
||
"showDefaultValue": true
|
||
},
|
||
"required": true,
|
||
"value": ["pluginInput", "url"]
|
||
},
|
||
{
|
||
"renderTypeList": ["reference"],
|
||
"valueType": "boolean",
|
||
"canEdit": true,
|
||
"key": "img_correction",
|
||
"label": "img_correction",
|
||
"customInputConfig": {
|
||
"selectValueTypeList": [
|
||
"string",
|
||
"number",
|
||
"boolean",
|
||
"object",
|
||
"arrayString",
|
||
"arrayNumber",
|
||
"arrayBoolean",
|
||
"arrayObject",
|
||
"arrayAny",
|
||
"any",
|
||
"chatHistory",
|
||
"datasetQuote",
|
||
"dynamic",
|
||
"selectApp",
|
||
"selectDataset"
|
||
],
|
||
"showDescription": false,
|
||
"showDefaultValue": true
|
||
},
|
||
"required": true,
|
||
"value": ["pluginInput", "img_correction"]
|
||
},
|
||
{
|
||
"renderTypeList": ["reference"],
|
||
"valueType": "boolean",
|
||
"canEdit": true,
|
||
"key": "formula",
|
||
"label": "formula",
|
||
"customInputConfig": {
|
||
"selectValueTypeList": [
|
||
"string",
|
||
"number",
|
||
"boolean",
|
||
"object",
|
||
"arrayString",
|
||
"arrayNumber",
|
||
"arrayBoolean",
|
||
"arrayObject",
|
||
"arrayAny",
|
||
"any",
|
||
"chatHistory",
|
||
"datasetQuote",
|
||
"dynamic",
|
||
"selectApp",
|
||
"selectDataset"
|
||
],
|
||
"showDescription": false,
|
||
"showDefaultValue": true
|
||
},
|
||
"required": true,
|
||
"value": ["pluginInput", "formula"]
|
||
}
|
||
],
|
||
"outputs": [
|
||
{
|
||
"id": "error",
|
||
"key": "error",
|
||
"label": "workflow:request_error",
|
||
"description": "HTTP请求错误信息,成功时返回空",
|
||
"valueType": "object",
|
||
"type": "static"
|
||
},
|
||
{
|
||
"id": "httpRawResponse",
|
||
"key": "httpRawResponse",
|
||
"required": true,
|
||
"label": "workflow:raw_response",
|
||
"description": "HTTP请求的原始响应。只能接受字符串或JSON类型响应数据。",
|
||
"valueType": "any",
|
||
"type": "static"
|
||
},
|
||
{
|
||
"id": "system_addOutputParam",
|
||
"key": "system_addOutputParam",
|
||
"type": "dynamic",
|
||
"valueType": "dynamic",
|
||
"label": "",
|
||
"customFieldConfig": {
|
||
"selectValueTypeList": [
|
||
"string",
|
||
"number",
|
||
"boolean",
|
||
"object",
|
||
"arrayString",
|
||
"arrayNumber",
|
||
"arrayBoolean",
|
||
"arrayObject",
|
||
"any",
|
||
"chatHistory",
|
||
"datasetQuote",
|
||
"dynamic",
|
||
"selectApp",
|
||
"selectDataset"
|
||
],
|
||
"showDescription": false,
|
||
"showDefaultValue": false
|
||
}
|
||
},
|
||
{
|
||
"id": "xWQuEf50F3mr",
|
||
"valueType": "string",
|
||
"type": "dynamic",
|
||
"key": "result",
|
||
"label": "result"
|
||
},
|
||
{
|
||
"id": "jbv4nVZvmFXm",
|
||
"valueType": "string",
|
||
"type": "dynamic",
|
||
"key": "failreason",
|
||
"label": "failreason"
|
||
},
|
||
{
|
||
"id": "k46cjNulVk5Y",
|
||
"valueType": "boolean",
|
||
"type": "dynamic",
|
||
"key": "success",
|
||
"label": "success"
|
||
}
|
||
]
|
||
}
|
||
],
|
||
"edges": [
|
||
{
|
||
"source": "pluginInput",
|
||
"target": "zHG5jJBkXmjB",
|
||
"sourceHandle": "pluginInput-source-right",
|
||
"targetHandle": "zHG5jJBkXmjB-target-left"
|
||
},
|
||
{
|
||
"source": "zHG5jJBkXmjB",
|
||
"target": "pluginOutput",
|
||
"sourceHandle": "zHG5jJBkXmjB-source-right",
|
||
"targetHandle": "pluginOutput-target-left"
|
||
}
|
||
]
|
||
}
|
||
}
|