Files
MagMueller 0a64aaa4d4 extract: don't auto-inherit output_model_schema into per-page extraction
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>
2026-07-22 19:55:00 -07:00
..