fix: Route by Intent 연결 순서 수정 + 메일 파이프라인 id 추가

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) <noreply@anthropic.com>
This commit is contained in:
Hyungi Ahn
2026-03-17 12:01:07 +09:00
parent 30edc34cab
commit a3e5b5419a
2 changed files with 8 additions and 7 deletions

View File

@@ -1,4 +1,5 @@
{ {
"id": "mPmailprocess001",
"name": "메일 처리 파이프라인", "name": "메일 처리 파이프라인",
"nodes": [ "nodes": [
{ {

View File

@@ -1506,13 +1506,6 @@
"index": 0 "index": 0
} }
], ],
[
{
"node": "Needs RAG?",
"type": "main",
"index": 0
}
],
[ [
{ {
"node": "Handle Calendar", "node": "Handle Calendar",
@@ -1540,6 +1533,13 @@
"type": "main", "type": "main",
"index": 0 "index": 0
} }
],
[
{
"node": "Needs RAG?",
"type": "main",
"index": 0
}
] ]
] ]
}, },