Ability to support variable in the URL for HTTP Node. (#5284)
Co-authored-by: Bharath <bharathmuthyala@gmail.com>
This commit is contained in:
parent
1a410d84ac
commit
a38d37f4b5
|
|
@ -67,7 +67,8 @@ class HTTP_Agentflow implements INode {
|
||||||
{
|
{
|
||||||
label: 'URL',
|
label: 'URL',
|
||||||
name: 'url',
|
name: 'url',
|
||||||
type: 'string'
|
type: 'string',
|
||||||
|
acceptVariable: true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Headers',
|
label: 'Headers',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue