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:
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"id": "mPmailprocess001",
|
||||
"name": "메일 처리 파이프라인",
|
||||
"nodes": [
|
||||
{
|
||||
|
||||
@@ -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
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user