fix: Minor streaming fixes (no-changelog) (#17683)

This commit is contained in:
oleg
2025-07-28 10:18:00 +02:00
committed by GitHub
parent e0ffadef34
commit e1aa60ce6f
11 changed files with 662 additions and 86 deletions

View File

@@ -164,7 +164,7 @@ export const responseModePropertyStreaming: INodeProperties = {
options: [
...responseModeOptions,
{
name: 'Streaming Response',
name: 'Streaming',
value: 'streaming',
description: 'Returns data in real time from streaming enabled nodes',
},