From 34288340b17b336ec95b6484bfa763332273c579 Mon Sep 17 00:00:00 2001 From: Claude-51124 Date: Tue, 18 Nov 2025 22:16:34 +0900 Subject: [PATCH] =?UTF-8?q?docs:=20=EC=84=B9=EC=85=98=20=EB=B2=88=ED=98=B8?= =?UTF-8?q?=20=EC=A4=91=EB=B3=B5=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- journey/troubleshooting/251023_codex_pronoun_search_fix.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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`