docs: memory_recall 개선 필요사항 추가

- Phase 4 목표에 memory_recall 기계적 응답 개선 추가
- 관련성 없는 기억 나열 문제 해결 명시
This commit is contained in:
happybell80 2025-08-05 23:34:31 +09:00
parent 3ea5929365
commit 7142a8858e

View File

@ -167,6 +167,7 @@ async def store_conversation_cache(self, message: str, response: str, user_id: s
### 목표
- 문맥에 맞는 캐시 활용
- 감정, 시간, 유사도 종합 고려
- memory_recall 인텐트의 기계적 응답 개선 (관련성 없는 기억 나열 문제 해결)
### 구현
```python