fix: typos and grammar in system prompts and source code

This commit is contained in:
Wen
2026-03-13 01:32:34 +00:00
parent ee88b23891
commit 11d3ca3d6e
4 changed files with 6 additions and 6 deletions

View File

@@ -176,7 +176,7 @@ export class PageAgentCore extends EventTarget {
}
/**
* Push a observation message to the history event stream.
* Push an observation message to the history event stream.
* This will be visible in <agent_history> and remain persistent in memory across steps.
* @experimental @internal
* @note history change will be emitted before next step starts