From a793a72b6b36a0aa6bcd39e1fc49514089efef02 Mon Sep 17 00:00:00 2001 From: happybell80 Date: Tue, 14 Oct 2025 00:18:54 +0900 Subject: [PATCH] =?UTF-8?q?docs:=20IR=20=EB=B6=84=EC=84=9D=20team=5Fid=20?= =?UTF-8?q?=EC=88=98=EC=A0=95=20=EC=99=84=EB=A3=8C=20=EA=B8=B0=EB=A1=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - extract_ir_metrics() team_id 파라미터 추가 - user.team_id 조회 후 전달 - 구현 완료: 4de0424 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- troubleshooting/251013_coldmail_ir_analyzer_fix.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/troubleshooting/251013_coldmail_ir_analyzer_fix.md b/troubleshooting/251013_coldmail_ir_analyzer_fix.md index ab9631c..ac227cf 100644 --- a/troubleshooting/251013_coldmail_ir_analyzer_fix.md +++ b/troubleshooting/251013_coldmail_ir_analyzer_fix.md @@ -73,8 +73,9 @@ - query_rag():17-50: team_id로 변경, /api/search 사용 - call_llm():53-83: LLMService 사용 -- extract_ir_metrics():123-131: team_id 환경변수 사용 -- 구현 완료: 81d8442 (2025-10-13) +- extract_ir_metrics():86,126: team_id 파라미터 추가 +- coldmail_briefing.py:169-170: user.team_id 조회 후 전달 +- 구현 완료: 81d8442, 4de0424 (2025-10-13) ### 우선순위 3: DB 제약조건 추가 (수동 실행 필요)