mirror of
https://github.com/browser-use/browser-use
synced 2026-05-06 17:52:15 +02:00
Refactors the ActionModelUnion class to ensure it properly maintains the ActionModel interface by delegating methods like get_index, set_index, and model_dump to the underlying action model. This improves the usability and consistency of the union type in handling action models.