mirror of
https://github.com/browser-use/browser-use
synced 2026-05-06 17:52:15 +02:00
Removes special parameters from params to avoid double keyword argument conflicts by utilizing a separate special_context mechanism. This ensures only essential parameters are validated in the Pydantic action model, enhancing robustness and readability.