mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-27 00:17:31 +00:00

* Dataset collection forbid (#1885) * perf: tool call support same id * feat: collection forbid * feat: collection forbid * Inheritance Permission for apps (#1897) * feat: app schema define chore: references of authapp * feat: authApp method inheritance * feat: create and update api * feat: update * feat: inheritance Permission controller for app. * feat: abstract version of inheritPermission * feat: ancestorId for apps * chore: update app * fix: inheritPermission abstract version * feat: update folder defaultPermission * feat: app update api * chore: inheritance frontend * chore: app list api * feat: update defaultPermission in app deatil * feat: backend api finished * feat: app inheritance permission fe * fix: app update defaultpermission causes collaborator miss * fix: ts error * chore: adjust the codes * chore: i18n chore: i18n * chore: fe adjust and i18n * chore: adjust the code * feat: resume api; chore: rewrite update api and inheritPermission methods * chore: something * chore: fe code adjusting * feat: frontend adjusting * chore: fe code adjusting * chore: adjusting the code * perf: fe loading * format * Inheritance fix (#1908) * fix: SlideCard * fix: authapp did not return parent app for inheritance app * fix: fe adjusting * feat: fe adjusing * perf: inherit per ux * doc * fix: ts errors (#1916) * perf: inherit permission * fix: permission inherit * Workflow type (#1938) * perf: workflow type tmp workflow perf: workflow type feat: custom field config * perf: dynamic input * perf: node classify * perf: node classify * perf: node classify * perf: node classify * fix: workflow custom input * feat: text editor and customFeedback move to basic nodes * feat: community system plugin * fix: ts * feat: exprEval plugin * perf: workflow type * perf: plugin important * fix: default templates * perf: markdown hr css * lock * perf: fetch url * perf: new plugin version * fix: chat histories update * fix: collection paths invalid * perf: app card ui --------- Co-authored-by: Finley Ge <32237950+FinleyGe@users.noreply.github.com>
135 lines
3.8 KiB
JSON
135 lines
3.8 KiB
JSON
{
|
|
"author": "FastGPT Team",
|
|
"version": "481",
|
|
"templateType": "tools",
|
|
"name": "获取当前时间",
|
|
"avatar": "/imgs/workflow/getCurrentTime.svg",
|
|
"intro": "获取用户当前时区的时间。",
|
|
"showStatus": false,
|
|
"isTool": true,
|
|
"weight": 10,
|
|
"workflow": {
|
|
"nodes": [
|
|
{
|
|
"nodeId": "lmpb9v2lo2lk",
|
|
"name": "自定义插件输入",
|
|
"intro": "自定义配置外部输入,使用插件时,仅暴露自定义配置的输入",
|
|
"avatar": "/imgs/workflow/input.png",
|
|
"flowNodeType": "pluginInput",
|
|
"showStatus": false,
|
|
"position": {
|
|
"x": 616.4226348688949,
|
|
"y": -165.05298493910115
|
|
},
|
|
"inputs": [],
|
|
"outputs": []
|
|
},
|
|
{
|
|
"nodeId": "i7uow4wj2wdp",
|
|
"name": "自定义插件输出",
|
|
"intro": "自定义配置外部输出,使用插件时,仅暴露自定义配置的输出",
|
|
"avatar": "/imgs/workflow/output.png",
|
|
"flowNodeType": "pluginOutput",
|
|
"showStatus": false,
|
|
"position": {
|
|
"x": 1607.7142331269126,
|
|
"y": -151.8669210746189
|
|
},
|
|
"inputs": [
|
|
{
|
|
"key": "time",
|
|
"valueType": "string",
|
|
"label": "time",
|
|
"renderTypeList": ["reference"],
|
|
"required": false,
|
|
"description": "",
|
|
"canEdit": true,
|
|
"editField": {
|
|
"key": true,
|
|
"description": true,
|
|
"valueType": true
|
|
},
|
|
"value": ["WNUvWwYBUfEr", "HdIl1GWi0tnc"]
|
|
}
|
|
],
|
|
"outputs": []
|
|
},
|
|
{
|
|
"nodeId": "WNUvWwYBUfEr",
|
|
"name": "文本加工",
|
|
"intro": "可对固定或传入的文本进行加工后输出,非字符串类型数据最终会转成字符串类型。",
|
|
"flowNodeType": "pluginModule",
|
|
"showStatus": false,
|
|
"position": {
|
|
"x": 1030.0794269310472,
|
|
"y": -350.61013802286885
|
|
},
|
|
"inputs": [
|
|
{
|
|
"key": "system_addInputParam",
|
|
"valueType": "dynamic",
|
|
"label": "动态外部数据",
|
|
"renderTypeList": ["addInputParam"],
|
|
"required": false,
|
|
"description": "",
|
|
"canEdit": false,
|
|
"value": "",
|
|
"editField": {
|
|
"key": true
|
|
},
|
|
"dynamicParamDefaultValue": {
|
|
"inputType": "reference",
|
|
"valueType": "string",
|
|
"required": true
|
|
}
|
|
},
|
|
{
|
|
"key": "文本",
|
|
"valueType": "string",
|
|
"label": "文本",
|
|
"renderTypeList": ["textarea"],
|
|
"required": true,
|
|
"description": "",
|
|
"canEdit": false,
|
|
"value": "{{cTime}}",
|
|
"editField": {
|
|
"key": true
|
|
},
|
|
"maxLength": "",
|
|
"dynamicParamDefaultValue": {
|
|
"inputType": "reference",
|
|
"valueType": "string",
|
|
"required": true
|
|
}
|
|
}
|
|
],
|
|
"outputs": [
|
|
{
|
|
"id": "HdIl1GWi0tnc",
|
|
"key": "text",
|
|
"valueType": "string",
|
|
"label": "text",
|
|
"type": "static",
|
|
"canEdit": false
|
|
}
|
|
],
|
|
"pluginId": "community-textEditor"
|
|
}
|
|
],
|
|
"edges": [
|
|
{
|
|
"source": "lmpb9v2lo2lk",
|
|
"target": "WNUvWwYBUfEr",
|
|
"sourceHandle": "lmpb9v2lo2lk-source-right",
|
|
"targetHandle": "WNUvWwYBUfEr-target-left"
|
|
},
|
|
{
|
|
"source": "WNUvWwYBUfEr",
|
|
"target": "i7uow4wj2wdp",
|
|
"sourceHandle": "WNUvWwYBUfEr-source-right",
|
|
"targetHandle": "i7uow4wj2wdp-target-left"
|
|
}
|
|
]
|
|
}
|
|
}
|