fix: Enable streaming version of Respond To Webhook node (#22350)

This commit is contained in:
Mutasem Aldmour 2025-11-26 16:56:43 +01:00 committed by GitHub
parent b2f78d7c7a
commit dc407c25fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 4 deletions

View File

@ -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[] = [

View File

@ -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',