Skip to content

fix: duplicate output tag in system prompts, typos in comments and logs - #582

Open
fix2015 wants to merge 1 commit into
alibaba:mainfrom
fix2015:fix/duplicate-output-tag-and-typos
Open

fix: duplicate output tag in system prompts, typos in comments and logs#582
fix2015 wants to merge 1 commit into
alibaba:mainfrom
fix2015:fix/duplicate-output-tag-and-typos

Conversation

@fix2015

@fix2015 fix2015 commented Jul 3, 2026

Copy link
Copy Markdown

Found a few issues in the prompts and code:

  • both system_prompt.md files (core and extension) had a duplicate `` closing tag at the end, creating ambiguous XML structure that could confuse the LLM when parsing prompt boundaries
  • PageAgentCore.ts comment said "will threw" instead of "will throw"
  • the GPT-5.5 patch debug log said "GPT-5.4" instead of "GPT-5.5"
  • the done action documentation said "one of three cases" but four cases are actually listed below it

- both system_prompt.md files had a duplicate </output> closing tag
  which creates ambiguous XML structure for the LLM
- "threw" → "throw" in PageAgentCore comment
- "GPT-5.4" → "GPT-5.5" in the debug log for the GPT-5.5 patch
- "three cases" → "the following cases" since four are listed
@CLAassistant

Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants