mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 19:32:15 +00:00
feat(AI Agent Node): Implement streaming on AI agent node (no-changelog) (#16897)
This commit is contained in:
@@ -248,6 +248,7 @@ export class WorkflowRunner {
|
||||
);
|
||||
// TODO: set this in queue mode as well
|
||||
additionalData.restartExecutionId = restartExecutionId;
|
||||
additionalData.streamingEnabled = data.streamingEnabled;
|
||||
|
||||
additionalData.executionId = executionId;
|
||||
|
||||
@@ -357,6 +358,7 @@ export class WorkflowRunner {
|
||||
executionId,
|
||||
loadStaticData: !!loadStaticData,
|
||||
pushRef: data.pushRef,
|
||||
streamingEnabled: data.streamingEnabled,
|
||||
};
|
||||
|
||||
if (!this.scalingService) {
|
||||
|
||||
Reference in New Issue
Block a user