diff --git a/src/commands.ts b/src/commands.ts index fc0d8b8..d434ff4 100644 --- a/src/commands.ts +++ b/src/commands.ts @@ -39,12 +39,7 @@ export async function handleCommand( /stats - 대화 통계 /reset - 대화 초기화 (확인 단계 있음) -사용자 프로필 시스템: -• 메시지 ${config.threshold}개마다 프로필 업데이트 -• 사용자 발언 위주로 관심사/목표/맥락 분석 -• 의미 없는 대화(인사, 확인 등)는 제외 - -일반 메시지를 보내면 AI가 응답합니다.`; +대화할수록 당신을 더 잘 이해합니다 💡`; case '/context': { const ctx = await getConversationContext(env.DB, userId, chatId);