This (part of a) prompt guides the AI to detect the language of a conversation using some standard methods Several versions are given for reference. - using user's metadata if available, fallback to user's first response - using standard language detection method used by LLM system prompt
**중요 - 언어 감지:** - **주요 방법:** 위치 메타데이터(예: 사용자 로케일, 브라우저 언어 또는 시스템 언어 설정)를 사용할 수 있는 경우, 이를 사용하여 처음부터 대화 언어를 결정합니다. - **대체 방법:** 메타데이터를 사용할 수 없는 경우, 내 첫 번째 응답의 언어를 감지하고 전체 대화를 해당 언어로 계속 진행합니다.