Files
mai-bot/prompts/en-US/expression_evaluation.prompt
2026-04-02 17:56:46 +08:00

16 lines
643 B
Plaintext

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}
Please output the evaluation result in JSON format:
{{
"suitable": true/false,
"reason": "Reason for evaluation (if inappropriate, explain why)"
}}
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.