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

Method query_prompt_2

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

Source from the content-addressed store, hash-verified

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}"
100 @property
101 def fewshot_prompt(self, ):
102 '''the string that starts the fewshot example.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected