refactor: /help 메시지 단순화
- 기술적 상세 설명 제거 - "대화할수록 당신을 더 잘 이해합니다 💡"로 변경 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -39,12 +39,7 @@ export async function handleCommand(
|
|||||||
/stats - 대화 통계
|
/stats - 대화 통계
|
||||||
/reset - 대화 초기화 (확인 단계 있음)
|
/reset - 대화 초기화 (확인 단계 있음)
|
||||||
|
|
||||||
<b>사용자 프로필 시스템:</b>
|
대화할수록 당신을 더 잘 이해합니다 💡`;
|
||||||
• 메시지 ${config.threshold}개마다 프로필 업데이트
|
|
||||||
• 사용자 발언 위주로 관심사/목표/맥락 분석
|
|
||||||
• 의미 없는 대화(인사, 확인 등)는 제외
|
|
||||||
|
|
||||||
일반 메시지를 보내면 AI가 응답합니다.`;
|
|
||||||
|
|
||||||
case '/context': {
|
case '/context': {
|
||||||
const ctx = await getConversationContext(env.DB, userId, chatId);
|
const ctx = await getConversationContext(env.DB, userId, chatId);
|
||||||
|
|||||||
Reference in New Issue
Block a user