Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

Commit 9445f0e

Browse files
committed
fix: initial prompt
1 parent 8656924 commit 9445f0e

3 files changed

Lines changed: 1 addition & 7 deletions

File tree

src/content/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ function getBodyContent() {
104104

105105
// Append the limiting message
106106
const limitingMessage =
107-
'Summarize the conent in a few words. Please keep the discussion within the scope of this conten.'
107+
'Summarize the conent in a few words. Please keep the discussion within the scope of this content from now on.'
108108
const initialMessage = `${trimmedContent}\n\n${limitingMessage}`
109109

110110
return initialMessage

static/_locales/en/messages.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,5 @@
44
},
55
"appDesc": {
66
"message": "It offers contextual understanding, seamless integration, and user-friendly interface for an enhanced learning experience."
7-
},
8-
"limitingMessage": {
9-
"message": "Summarize the content in a few words. Please keep the discussion within the scope of this content."
107
}
118
}

static/_locales/ko/messages.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,5 @@
44
},
55
"appDesc": {
66
"message": "이 크롬 확장 프로그램은 인공지능의 실시간 답변과 설명으로 강의 노트에 대한 통찰력을 제공합니다."
7-
},
8-
"limitingMessage": {
9-
"message": "내용을 몇 마디로 요약해 보세요. 이 내용의 범위 내에서 토론을 진행해 주시기 바랍니다."
107
}
118
}

0 commit comments

Comments
 (0)