(self)
| 93 | |
| 94 | @property |
| 95 | def query_prompt_1(self): |
| 96 | return "以下是中国{exam_type}中{exam_class}考试的一道{question_type},请分析每个选项,并最后给出答案。\n{question}\n{option_str}" |
| 97 | @property |
| 98 | def query_prompt_2(self): |
| 99 | return "以下是中国{exam_type}中{exam_class}考试的一道{question_type},不需要做任何分析和解释,直接输出答案选项。\n{question}\n{option_str}" |
nothing calls this directly
no outgoing calls
no test coverage detected