Skip to content

Commit a38d37f

Browse files
ourdexourdex86
andauthored
Ability to support variable in the URL for HTTP Node. (#5284)
Co-authored-by: Bharath <[email protected]>
1 parent 1a410d8 commit a38d37f

File tree

1 file changed

+2
-1
lines changed
  • packages/components/nodes/agentflow/HTTP

1 file changed

+2
-1
lines changed

packages/components/nodes/agentflow/HTTP/HTTP.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ class HTTP_Agentflow implements INode {
6767
{
6868
label: 'URL',
6969
name: 'url',
70-
type: 'string'
70+
type: 'string',
71+
acceptVariable: true
7172
},
7273
{
7374
label: 'Headers',

0 commit comments

Comments
 (0)