Skip to content

Commit 29371e8

Browse files
committed
base2 prompt tweak
1 parent 62d8f14 commit 29371e8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.agents/base2/base2.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,8 +301,7 @@ function buildImplementationStepPrompt({
301301
}) {
302302
return buildArray(
303303
isMax &&
304-
`Keep working until the user's request is completely satisfied${!hasNoValidation ? ' and validated' : ''}. `,
305-
`You must spawn the ${isGpt5 ? 'best-of-n-editor-gpt-5' : 'best-of-n-editor'} agent to implement any code changes. Don't forget to do this! `,
304+
`Keep working until the user's request is completely satisfied${!hasNoValidation ? ' and validated' : ''}, or until you require more information from the user.`,
306305
`After completing the user request, summarize your changes in a sentence or a few short bullet points.${isSonnet ? " Don't create any summary markdown files or example documentation files, unless asked by the user." : ''}. Don't repeat yourself.`,
307306
isGpt5 &&
308307
`IMPORTANT: if you are completely done with the user's request or require more information from the user, you must call the task_completed tool to end your turn.`,

0 commit comments

Comments
 (0)