()
| 55 | |
| 56 | |
| 57 | def _worker_analyze(data: bytes, prompt_text: str, include_debug: bool) -> dict[str, Any]: |
| 58 | _clear_proxy_env() |
| 59 | adapter = _load_adapter_module() |
| 60 | started_at = time.perf_counter() |
| 61 | result = adapter.analyze_image_bytes( |
| 62 | data, |
| 63 | prompt_text=prompt_text, |
no outgoing calls
no test coverage detected