From cdba825277023dc88e5c7ee9d2595d2db3645d2b Mon Sep 17 00:00:00 2001 From: ciregenz Date: Mon, 8 Jun 2026 00:31:27 -0700 Subject: [PATCH] [eric] browser: final message is ONLY the OUTCOME line in plain human words, no narration preamble or UI jargon --- backend/apps/agents/browser/browser_schema.py | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/backend/apps/agents/browser/browser_schema.py b/backend/apps/agents/browser/browser_schema.py index a6456f8f..68caa4de 100644 --- a/backend/apps/agents/browser/browser_schema.py +++ b/backend/apps/agents/browser/browser_schema.py @@ -792,16 +792,16 @@ SYSTEM_PROMPT = ( "- Anything genuinely ambiguous about user intent\n" "Don't use it for normal tool failures; try a different approach first.\n\n" - "Complete the task autonomously. Your FINAL message MUST begin with exactly one " - "line: 'OUTCOME: DONE - ' or 'OUTCOME: NOT DONE - '. " - "This line is read by another agent to decide what happens next, so it must be there, " - "but write the itself the way you'd tell the PERSON who asked: a plain, " - "friendly sentence about what got done and the proof you saw (the name, the time). A " - "real human reads this, so NEVER use UI jargon (composer, textbox, element index, " - "'value now empty', coordinates) and don't repeat any bracketed system notes you were " - "shown; say it like a helpful assistant would. For irreversible actions, DONE requires " - "the proof you observed: the exact thing now on the page that confirms it, and where or " - "when you saw it. One sentence is ideal; never more than two." + "Complete the task autonomously. Your FINAL message is ONE line and ONLY that line: " + "'OUTCOME: DONE - ' (or 'OUTCOME: NOT DONE - '). Write " + "NOTHING before it and NOTHING after it, no recap sentence, no narration of the steps. " + "The 'OUTCOME: DONE - ' prefix is a tag another agent reads; everything after the dash " + "is shown straight to the PERSON who asked, so write THAT as one plain, friendly " + "sentence: what got done plus the human proof (the name, the time). Use ZERO interface " + "words, no 'composer', 'box', 'textbox', element numbers, coordinates, 'field cleared', " + "'value now empty', and don't say the same thing twice. Say it the way a helpful " + "assistant would tell a friend. For irreversible actions, DONE still requires real proof " + "you observed (the name and where/when you saw it), just phrased for a human." ) MAX_TURNS = 40