mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-28 15:27:03 +02:00
fix: Enable streaming version of Respond To Webhook node (#22350)
This commit is contained in:
parent
b2f78d7c7a
commit
dc407c25fd
|
|
@ -64,8 +64,7 @@ const streamingResponseMode = {
|
|||
const respondNodesResponseMode = {
|
||||
name: 'Using Response Nodes',
|
||||
value: 'responseNodes',
|
||||
description:
|
||||
"Send responses to the chat by using 'Respond to Chat' or 'Respond to Webhook' nodes",
|
||||
description: "Send responses to the chat by using 'Respond to Chat' node",
|
||||
};
|
||||
|
||||
const commonOptionsFields: INodeProperties[] = [
|
||||
|
|
|
|||
|
|
@ -83,8 +83,7 @@ export class RespondToWebhook implements INodeType {
|
|||
name: 'respondToWebhook',
|
||||
group: ['transform'],
|
||||
version: [1, 1.1, 1.2, 1.3, 1.4, 1.5],
|
||||
// Keep the default version at 1.4 until streaming is fully supported
|
||||
defaultVersion: 1.4,
|
||||
defaultVersion: 1.5,
|
||||
description: 'Returns data for Webhook',
|
||||
defaults: {
|
||||
name: 'Respond to Webhook',
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user