mirror of
https://github.com/browser-use/browser-use.git
synced 2026-09-14 19:59:47 +08:00
0a64aaa4d4
output_model_schema describes the final task result (e.g. {summary, step_results}).
Auto-copying it into every extract call (added Feb 2026) asks the model to produce
the whole-task shape from a single page, and on the browser-use gateway routes the
extract sub-call through the agent action protocol, which breaks it (client
KeyError 'action'). Per-page extract now uses a schema only when the caller passes
extraction_schema explicitly; free-text extraction is the default again.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>