mirror of
https://github.com/labring/FastGPT.git
synced 2025-08-01 03:48:24 +00:00
feat: modules
This commit is contained in:
@@ -407,13 +407,7 @@ export const ContextExtractModule: FlowModuleTemplateType = {
|
||||
type: FlowInputItemTypeEnum.custom,
|
||||
label: '目标字段',
|
||||
description: "由 '描述' 和 'key' 组成一个目标字段,可提取多个目标字段",
|
||||
value: [
|
||||
{
|
||||
key: 'key',
|
||||
desc: '目标字段',
|
||||
required: true
|
||||
}
|
||||
]
|
||||
value: []
|
||||
}
|
||||
],
|
||||
outputs: [
|
||||
@@ -438,13 +432,6 @@ export const ContextExtractModule: FlowModuleTemplateType = {
|
||||
valueType: FlowValueTypeEnum.string,
|
||||
type: FlowOutputItemTypeEnum.source,
|
||||
targets: []
|
||||
},
|
||||
{
|
||||
key: 'key',
|
||||
label: '提取结果-目标字段',
|
||||
valueType: FlowValueTypeEnum.string,
|
||||
type: FlowOutputItemTypeEnum.source,
|
||||
targets: []
|
||||
}
|
||||
]
|
||||
};
|
||||
|
Reference in New Issue
Block a user