mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
fix(editor): Fix AI Node Logs View to Filter Duplicate Executions (#15049)
Co-authored-by: autologie <suguru@n8n.io>
This commit is contained in:
@@ -75,6 +75,7 @@ function createRunDataWithError(inputMessage: string) {
|
||||
],
|
||||
],
|
||||
},
|
||||
source: [{ previousNode: AGENT_NODE_NAME, previousNodeRun: 0 }],
|
||||
error: {
|
||||
message: 'Internal error',
|
||||
timestamp: 1722591723244,
|
||||
|
||||
@@ -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: [
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user