Init Gitea

This commit is contained in:
dqj
2025-10-06 21:31:13 +09:00
commit c879b8de12
60 changed files with 41314 additions and 0 deletions

101
SQLs/Sample.json Normal file
View File

@@ -0,0 +1,101 @@
{
"info_blocks": [
{
"id": "1",
"info": {
"ja": "会社情報",
"en-US": "Company Info"
},
"cmmt": {
"ja": "会社全体の情報、他人に説明する時のオーバービューの様な情報",
"en-US": "Company-wide information, overview information for explaining to others"
}
},
{
"id": "2",
"info": {
"ja": "従業員情報",
"en-US": "Employee Info"
}
},
{
"id": "3",
"info": {
"ja": "商品情報",
"en-US": "Product Info"
}
},
{
"id": "4",
"info": {
"ja": "顧客情報",
"en-US": "Customer Info"
}
},
{
"id": "5",
"info": {
"ja": "取引情報",
"en-US": "Transaction Info"
}
}
],
"prompts": [
{
"type": {
"ja": "経営関連",
"en-US": "Management related"
},
"prompts": [
{
"id": "1",
"header": {
"ja": "会社の経営者として",
"en-US": "As a company executive"
},
"hint": {
"ja": "質問の50%を適当の数字へ変更してください",
"en-US": "Change 50% of the question to an appropriate number"
},
"show": {
"ja": "利益を50%増加できるために従業員が何人を増加雇用すべき?",
"en-US": "How many more employees should be hired to increase profits by 50%?"
},
"footer": {
"ja": "テーブルの形で以上の問題を回答して",
"en-US": "Answer the above question in table form"
}
},
{
"id": "2",
"show": {
"ja": "セールス一人毎の平均売上は?",
"en-US": "What is the average sale per salesperson?"
}
}
]
},
{
"type": {
"ja": "財務関連",
"en-US": "Financial related"
},
"prompts": [
{
"id": "3",
"show": {
"ja": "2024年月の売上は",
"en-US": "Sales in May 2024"
}
},
{
"id": "4",
"show": {
"ja": "毎月レストランの売上比率",
"en-US": "Monthly restaurant sales ratio"
}
}
]
}
]
}