pub async fn submit_agent_with_images( agent: &mut SdkAgent, prompt: &str, image_urls: &[String], ) -> Result<String>
Submit one multimodal turn through the SDK-owned emulation loop.