mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 19:00:59 +03:00
Chore/Accept Dynamic Variable From Metadata Filter (#5203)
* add acceptVariable property to vector store metadata filter * add accepVariadd acceptVariable property to other json fields
This commit is contained in:
@@ -69,7 +69,8 @@ class AgentAsTool_Tools implements INode {
|
||||
description: 'Override the config passed to the Agentflow.',
|
||||
type: 'json',
|
||||
optional: true,
|
||||
additionalParams: true
|
||||
additionalParams: true,
|
||||
acceptVariable: true
|
||||
},
|
||||
{
|
||||
label: 'Base URL',
|
||||
|
||||
@@ -69,7 +69,8 @@ class ChatflowTool_Tools implements INode {
|
||||
description: 'Override the config passed to the Chatflow.',
|
||||
type: 'json',
|
||||
optional: true,
|
||||
additionalParams: true
|
||||
additionalParams: true,
|
||||
acceptVariable: true
|
||||
},
|
||||
{
|
||||
label: 'Base URL',
|
||||
|
||||
@@ -46,7 +46,8 @@ class OpenAPIToolkit_Tools implements INode {
|
||||
type: 'json',
|
||||
description: 'Request headers to be sent with the API request. For example, {"Authorization": "Bearer token"}',
|
||||
additionalParams: true,
|
||||
optional: true
|
||||
optional: true,
|
||||
acceptVariable: true
|
||||
},
|
||||
{
|
||||
label: 'Remove null parameters',
|
||||
|
||||
@@ -173,7 +173,8 @@ class Retriever_Tools implements INode {
|
||||
hint: {
|
||||
label: 'What can you filter?',
|
||||
value: howToUse
|
||||
}
|
||||
},
|
||||
acceptVariable: true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user