MCPcopy Create free account
hub / github.com/FreedomIntelligence/CMB / query_prompt_1

Method query_prompt_1

workers/base.py:95–96  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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}"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected