mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 02:51:14 +00:00
feat(AI Agent Node): Implement streaming on AI agent node (no-changelog) (#16897)
This commit is contained in:
@@ -237,6 +237,8 @@ async function startExecution(
|
||||
if (additionalData.httpResponse) {
|
||||
additionalDataIntegrated.httpResponse = additionalData.httpResponse;
|
||||
}
|
||||
// Propagate streaming state to subworkflows
|
||||
additionalDataIntegrated.streamingEnabled = additionalData.streamingEnabled;
|
||||
|
||||
let subworkflowTimeout = additionalData.executionTimeoutTimestamp;
|
||||
const workflowSettings = workflowData.settings;
|
||||
|
||||
Reference in New Issue
Block a user