diff --git a/journey/troubleshooting/251023_codex_pronoun_search_fix.md b/journey/troubleshooting/251023_codex_pronoun_search_fix.md index e8a0189..39cf6ed 100644 --- a/journey/troubleshooting/251023_codex_pronoun_search_fix.md +++ b/journey/troubleshooting/251023_codex_pronoun_search_fix.md @@ -59,16 +59,16 @@ - `calendar_event`: 날짜 슬롯 없으면 "언제 일정을 등록할까요?" 재질문 - `router.py:387-399`: web_search 실행 시 슬롯의 검색어 우선 사용 - 커밋: `8dbfe59` (2025-11-18) - - 배포: Gitea Actions 자동 배포 예정 + - 배포: Gitea Actions 자동 배포 완료, rb8001 컨테이너 재시작 확인 -5) **한글 접미사 하드코딩 제거 (2025-11-18 구현 완료)** +6) **한글 접미사 하드코딩 제거 (2025-11-18 구현 완료)** - `web_search_workflow.py:64-65, 94-95, 38, 48`: "솔루션|테크|컴퍼니|주식회사" 하드코딩 제거, 접미사 없이도 기업명 인식 - `message_router.py:51-54, 99-100, 436, 451`: 동일하게 한글 접미사 하드코딩 제거 - 영문 접미사(Company, Inc, Corp 등)는 유지 - 커밋: `032bd0d` (2025-11-18) - 배포: Gitea Actions 자동 배포 완료, rb8001 컨테이너 정상 동작 확인 -6) 부수 수정 +7) 부수 수정 - `pipelines/langgraph_document.py`: `import os` 누락 보완 - 환경: `WEB_SEARCH_USE_GRAPH=true`, `PRONOUN_RESOLVE_LLM=true`, `PRONOUN_THOMPSON_GATE=false`, `RECENT_WINDOW_HOURS=24`