fix(editor): Fix AI Node Logs View to Filter Duplicate Executions (#15049)

Co-authored-by: autologie <suguru@n8n.io>
This commit is contained in:
oleg
2025-05-07 08:55:58 +02:00
committed by GitHub
parent 51190255c8
commit 86807978c1
7 changed files with 728 additions and 11 deletions

View File

@@ -75,6 +75,7 @@ function createRunDataWithError(inputMessage: string) {
],
],
},
source: [{ previousNode: AGENT_NODE_NAME, previousNodeRun: 0 }],
error: {
message: 'Internal error',
timestamp: 1722591723244,

View File

@@ -253,6 +253,7 @@ describe('Langchain Integration', () => {
metadata: {
subRun: [{ node: AI_LANGUAGE_MODEL_OPENAI_CHAT_MODEL_NODE_NAME, runIndex: 0 }],
},
source: [{ previousNode: AGENT_NODE_NAME, previousNodeRun: 0 }],
inputOverride: {
ai_languageModel: [
[