MCPcopy
hub / github.com/QwenLM/Qwen3 / get_after_think

Function get_after_think

eval/eval/eval.py:12–17  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

10ALL_TASKS['arc_agi_1'] = compute_scores_arc_agi_1
11
12def get_after_think(text):
13 parts = text.split("\n</think>\n\n", 1)
14 if len(parts) > 1:
15 return parts[1]
16 else:
17 return text
18
19
20def main():

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected