diff --git a/src/core/tools/attemptCompletionTool.ts b/src/core/tools/attemptCompletionTool.ts index 9657e555a4..47a6f2cb15 100644 --- a/src/core/tools/attemptCompletionTool.ts +++ b/src/core/tools/attemptCompletionTool.ts @@ -126,7 +126,7 @@ export async function attemptCompletionTool( const feedbackSuffix = text && text.trim().length > 0 ? `\n${text}` : "" toolResults.push({ type: "text", - text: `The user has provided feedback on the results. Consider their input to continue the task, and then attempt completion again.${feedbackSuffix}`, + text: `User feedback received. Continue from the current context—do not re-answer the original request. Apply the feedback and proceed to the next step, then attempt completion again.${feedbackSuffix}`, }) toolResults.push(...formatResponse.imageBlocks(images))