-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsmart_actions.example.json
More file actions
42 lines (42 loc) · 1.55 KB
/
Copy pathsmart_actions.example.json
File metadata and controls
42 lines (42 loc) · 1.55 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[
{
"id": "add-vietnamese-marks",
"name": "Thêm dấu tiếng Việt",
"prompt": "Bạn là chuyên gia tiếng Việt. Hãy thêm dấu chuẩn xác nhất cho đoạn văn bản được cung cấp. Chỉ trả về văn bản đã thêm dấu, không giải thích, không thêm bình luận.",
"hotkey": "1",
"return_with_source": false,
"ask_before_run": false
},
{
"id": "translate-to-english",
"name": "Translate to English",
"prompt": "Translate the provided text into natural English. Return only the translated text. Do not explain your answer.",
"hotkey": "e",
"return_with_source": false,
"ask_before_run": false
},
{
"id": "translate-to-vietnamese",
"name": "Translate to Vietnamese",
"prompt": "Hãy dịch đoạn văn bản được cung cấp sang tiếng Việt tự nhiên. Chỉ trả về bản dịch, không giải thích.",
"hotkey": "v",
"return_with_source": false,
"ask_before_run": false
},
{
"id": "translate-to-zh-tw",
"name": "Translate to Traditional Chinese",
"prompt": "Translate the provided text into Traditional Chinese used in Taiwan. Return only the translated text without explanations.",
"hotkey": "z",
"return_with_source": false,
"ask_before_run": false
},
{
"id": "translate-to-khmer",
"name": "Translate to Khmer",
"prompt": "Translate the provided text into natural Khmer. Return only the translated text without explanations.",
"hotkey": "k",
"return_with_source": false,
"ask_before_run": false
}
]