chore: move title line from Agent to PageController

This commit is contained in:
Simon
2026-01-28 15:38:05 +08:00
parent d7b17facb6
commit 94ae80ff6a
2 changed files with 4 additions and 4 deletions

View File

@@ -572,12 +572,10 @@ export class PageAgentCore extends EventTarget {
}
return trimLines(`<browser_state>
Current Page: [${state.title}](${state.url})
${state.header}
${content}
${state.footer}
</browser_state>
`)
}