()
| 174 | ) |
| 175 | |
| 176 | async def cache_handler(): |
| 177 | execution_order.append("cache_handler_start") |
| 178 | await handle_parameter_cache("req1", cache_context) |
| 179 | execution_order.append("cache_handler_end") |
| 180 | |
| 181 | with patch( |
| 182 | "browser_utils.switch_ai_studio_model", |
no test coverage detected