Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions core/graphs/final_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
2. 다음 원칙을 따릅니다:
- 질문이 통관/관세 관련이 **아닌 경우**: 정중히 거절하는 짧은 메시지만 출력합니다.
- 질문이 통관/관세 관련인 경우: 주어진 근거 자료(qna_agent 결과)만 활용하여 요약된 정보를 제공합니다.
- 답변 이후 활용한 근거 및 조항에 대해 출처를 반드시 밝혀야 합니다.
3. 답변 말미에 반드시 아래의 **책임 한계 안내 문구**를 포함해야 합니다.
4. Chain-of-Thought(COT)는 내부 추론 과정에서만 활용하며, 최종 출력에는 포함하지 않습니다.

Expand Down