pub async fn analyze_llm(
app: AppHandle,
image_id: String,
prompt: Option<String>,
provider: String,
store: State<'_, ImageStore>,
) -> Result<LlmResponse, String>pub async fn analyze_llm(
app: AppHandle,
image_id: String,
prompt: Option<String>,
provider: String,
store: State<'_, ImageStore>,
) -> Result<LlmResponse, String>