29 lines
753 B
JSON
29 lines
753 B
JSON
{
|
|
"id": "ruleset-global-default",
|
|
"name": "默认全局规则集",
|
|
"description": "系统默认的全局正则规则",
|
|
"rules": [
|
|
{
|
|
"id": "rule-hide-thinking-001",
|
|
"scriptName": "隐藏思考标签",
|
|
"findRegex": "<thinking>[\\s\\S]*?<\\/thinking>",
|
|
"replaceString": "",
|
|
"trimStrings": [],
|
|
"placement": [2],
|
|
"substituteRegex": 0,
|
|
"markdownOnly": false,
|
|
"promptOnly": false,
|
|
"runOnEdit": true,
|
|
"minDepth": 0,
|
|
"maxDepth": null,
|
|
"scope": "global",
|
|
"characterName": null,
|
|
"presetName": null,
|
|
"disabled": false,
|
|
"order": 0,
|
|
"description": "隐藏 AI 回复中的 <thinking> 标签及其内容"
|
|
}
|
|
],
|
|
"isSillyTavernFormat": false
|
|
}
|