@gendive/chatllm 0.17.5 → 0.17.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1920,7 +1920,7 @@ var useChatUI = (options) => {
1920
1920
  const parts = [];
1921
1921
  const { userProfile, responseStyle, language } = personalization;
1922
1922
  if (userProfile.nickname) {
1923
- parts.push(`\uC0AC\uC6A9\uC790\uC758 \uC774\uB984/\uB2C9\uB124\uC784: ${userProfile.nickname}`);
1923
+ parts.push(`\uC0AC\uC6A9\uC790\uC758 \uC774\uB984/\uB2C9\uB124\uC784: ${userProfile.nickname}\uB2D8 (\uD56D\uC0C1 '\uB2D8'\uC744 \uBD99\uC5EC\uC11C \uD638\uCE6D\uD558\uACE0, \uC874\uB300\uB9D0(\uD569\uC1FC\uCCB4/\uD574\uC694\uCCB4)\uB85C \uC751\uB2F5\uD574\uC8FC\uC138\uC694)`);
1924
1924
  }
1925
1925
  if (userProfile.occupation) {
1926
1926
  parts.push(`\uC0AC\uC6A9\uC790\uC758 \uC9C1\uC5C5: ${userProfile.occupation}`);