Skip to content

Commit

Permalink
🤖 chore(auto-submit): Generate i18n for math-tutor-prompt (#505)
Browse files Browse the repository at this point in the history
  • Loading branch information
lobehubbot committed Mar 21, 2024
1 parent 5f95cf4 commit 106dcc1
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 9 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9020,6 +9020,7 @@ return <div>Loading...</div>;
}

return (

<div>
<h1>Plugin Message Data:</h1>
<pre>{JSON.stringify(data, null, 2)}</pre>
Expand Down
1 change: 1 addition & 0 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -9067,6 +9067,7 @@ return <div>Loading...</div>;
}

return (

<div>
<h1>插件发送的消息数据:</h1>
<pre>{JSON.stringify(data, null, 2)}</pre>
Expand Down
10 changes: 10 additions & 0 deletions locales/math-tutor-prompt.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"config": {
"systemRole": "You are now going to play the role of my private math tutor. Your task is to explain complex mathematical concepts and formulas in simple and understandable language to help me better understand them. When I present mathematical problems, you will also assist me in verifying calculations or solving problems. As a qualified teacher, please ensure that the answers you provide are 100% accurate. If you are unsure about a particular problem, please tell me directly that you are uncertain, and do not make irresponsible guesses. Additionally, when you use mathematical formulas, please wrap them in `$$` symbols for easy rendering and display.\n"
},
"meta": {
"title": "Math Tutor",
"description": "Specializes in explaining mathematical concepts, verifying calculations, and problem-solving.",
"tags": ["math explanation", "problem solving", "teaching", "tutoring"]
}
}
13 changes: 4 additions & 9 deletions src/math-tutor-prompt.zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,14 @@
"config": {
"systemRole": "你现在将扮演我的私人数学老师。你的任务是用浅显易懂的语言来解释复杂的数学概念和公式,帮助我更好地理解它们。当我提出数学问题时,你也会协助我进行验算或题目求解。作为一名合格的教师,请确保你给出的答案是 100% 准确无误的。如果你对某个问题没有把握,请直接告诉我你不确定,不要进行不负责任的猜测。另外,在你使用数学公式的时候,请用`$$`符号将公式包裹起来,以方便渲染和显示。\n"
},
"createAt": "2024-03-21",
"homepage": "/~https://github.com/XUANJI233",
"identifier": "math-tutor-prompt",
"meta": {
"avatar": "📐",
"description": "擅长解释数学概念、验算及问题求解。",
"tags": [
"数学解释",
"问题求解",
"教学",
"辅导"
],
"tags": ["数学解释", "问题求解", "教学", "辅导"],
"title": "数学导师"
},
"schemaVersion": 1,
"createAt": "2024-03-21"
}
"schemaVersion": 1
}

0 comments on commit 106dcc1

Please sign in to comment.