fix(web): iteration's variable add parameter-extractor node
This commit is contained in:
@@ -284,7 +284,7 @@ export const nodeLibrary: NodeLibrary[] = [
|
|||||||
config: {
|
config: {
|
||||||
input: {
|
input: {
|
||||||
type: 'variableList',
|
type: 'variableList',
|
||||||
filterNodeTypes: ['knowledge-retrieval', 'iteration', 'loop'],
|
filterNodeTypes: ['knowledge-retrieval', 'iteration', 'loop', 'parameter-extractor'],
|
||||||
filterVariableNames: ['message']
|
filterVariableNames: ['message']
|
||||||
},
|
},
|
||||||
parallel: {
|
parallel: {
|
||||||
|
|||||||
Reference in New Issue
Block a user