Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
10
ALL_TASKS[
'arc_agi_1'
] = compute_scores_arc_agi_1
11
12
def
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
20
def
main():
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected