We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cbf352 commit ef404efCopy full SHA for ef404ef
1 file changed
.agents/editor/best-of-n/editor-multi-prompt2.ts
@@ -97,8 +97,8 @@ function* handleStepsMultiPrompt({
97
prompt: `Strategy: ${prompt}`,
98
}))
99
100
- // Always spawn an additional gpt-5 implementor with no prompt
101
- implementorAgents.push({
+ // Always spawn an additional gpt-5 implementor first with no prompt
+ implementorAgents.unshift({
102
agent_type: 'editor-implementor2-gpt-5',
103
})
104
0 commit comments