You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .agents/thinker/best-of-n/thinker-selector.ts
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -77,9 +77,7 @@ Try to select the thinking output that best answers the user's problem.
77
77
78
78
## Response Format
79
79
80
-
Use <think> tags to briefly consider the thinking outputs as needed to pick the best one.
81
-
82
-
If the best one is obvious or the outputs are very similar, you may not need to think very much (a few words suffice) or you may not need to use think tags at all, just pick the best one and output it. You have a dual goal of picking the best thinking and being fast (using as few words as possible).
80
+
Use <think> tags to consider the thinking outputs as needed to pick the best one.
83
81
84
82
Then, do not write any other explanations AT ALL. You should directly output a single tool call to set_output with the selected thoughtId.`,
0 commit comments