Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🔄 synced local 'skyvern/' with remote 'skyvern/'
<!-- ELLIPSIS_HIDDEN --> > [!IMPORTANT] > Allow `max_iterations_override` to be `int`, `str`, or `None` in `cloud_async_executor.py`, `agent_protocol.py`, and `temporal_workflow_parameters.py`. > > - **Behavior**: > - `max_iterations_override` parameter in `execute_cruise()` in `cloud_async_executor.py` now accepts `int`, `str`, or `None`. > - `x_max_iterations_override` in `observer_task()` in `agent_protocol.py` updated to accept `int`, `str`, or `None`. > - **Parameters**: > - `RunObserverCruiseParams` in `temporal_workflow_parameters.py` updated to allow `max_iterations_override` as `int`, `str`, or `None`. > - **Misc**: > - Converts `max_iterations_override` to string in `execute_cruise()` if not `None`. > > <sup>This description was created by </sup>[<img alt="Ellipsis" src="https://img.shields.io/badge/Ellipsis-blue?color=175173">](https://www.ellipsis.dev?ref=Skyvern-AI%2Fskyvern-cloud&utm_source=github&utm_medium=referral)<sup> for af7d96e106b68cabe37978d512777db1d99da274. It will automatically update as commits are pushed.</sup> <!-- ELLIPSIS_HIDDEN -->
- Loading branch information