mirror of
https://github.com/browser-use/browser-use.git
synced 2026-09-14 19:59:47 +08:00
a27cc17f35
Empty string is outside most enum value sets, so model_dump would serialize an out-of-set value violating the schema. Use None with a type union (same treatment as nested objects) since no in-set default can be safely chosen.