feat:修改多语言prompt

This commit is contained in:
SengokuCola
2026-04-02 17:56:46 +08:00
parent 56f7184c4d
commit 975531592b
73 changed files with 530 additions and 915 deletions

View File

@@ -1,15 +1,15 @@
请评估以下表达方式或语言风格以及使用条件或使用情景是否合适:
使用条件或使用情景:{situation}
表达方式或言语风格:{style}
Please evaluate whether the following expression or language style, together with its usage condition or usage scenario, is appropriate:
Usage condition or usage scenario: {situation}
Expression or language style: {style}
请从以下方面进行评估:
Please evaluate from the following aspects:
{criteria_list}
请以JSON格式输出评估结果
Please output the evaluation result in JSON format:
{{
"suitable": true/false,
"reason": "评估理由(如果不合适,请说明原因)"
"reason": "Reason for evaluation (if inappropriate, explain why)"
}}
如果合适suitable设为true如果不合适suitable设为false并在reason中说明原因。
请严格按照JSON格式输出不要包含其他内容。
If it is appropriate, set suitable to true. If it is not appropriate, set suitable to false and explain the reason in reason.
Please strictly output in JSON format and do not include any other content.