From a3e5b5419aa90d3a9edbc031ef57df8078d20c99 Mon Sep 17 00:00:00 2001 From: Hyungi Ahn Date: Tue, 17 Mar 2026 12:01:07 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20Route=20by=20Intent=20=EC=97=B0=EA=B2=B0?= =?UTF-8?q?=20=EC=88=9C=EC=84=9C=20=EC=88=98=EC=A0=95=20+=20=EB=A9=94?= =?UTF-8?q?=EC=9D=BC=20=ED=8C=8C=EC=9D=B4=ED=94=84=EB=9D=BC=EC=9D=B8=20id?= =?UTF-8?q?=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Calendar/Mail/Note/fallback 연결이 인덱스 2부터 1칸씩 밀려있어 question intent가 Note 핸들러로 라우팅되던 버그 수정. mail-processing-pipeline.json에 n8n import용 id 필드 추가. Co-Authored-By: Claude Opus 4.6 (1M context) --- n8n/workflows/mail-processing-pipeline.json | 1 + n8n/workflows/main-chat-pipeline.json | 14 +++++++------- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/n8n/workflows/mail-processing-pipeline.json b/n8n/workflows/mail-processing-pipeline.json index ce175e9..f731914 100644 --- a/n8n/workflows/mail-processing-pipeline.json +++ b/n8n/workflows/mail-processing-pipeline.json @@ -1,4 +1,5 @@ { + "id": "mPmailprocess001", "name": "메일 처리 파이프라인", "nodes": [ { diff --git a/n8n/workflows/main-chat-pipeline.json b/n8n/workflows/main-chat-pipeline.json index 3077fae..0ec0cbf 100644 --- a/n8n/workflows/main-chat-pipeline.json +++ b/n8n/workflows/main-chat-pipeline.json @@ -1506,13 +1506,6 @@ "index": 0 } ], - [ - { - "node": "Needs RAG?", - "type": "main", - "index": 0 - } - ], [ { "node": "Handle Calendar", @@ -1540,6 +1533,13 @@ "type": "main", "index": 0 } + ], + [ + { + "node": "Needs RAG?", + "type": "main", + "index": 0 + } ] ] },