fix: stabilize puzzle vector engine asset generation
This commit is contained in:
@@ -424,6 +424,7 @@ pub(crate) fn map_platform_image_error(error: PlatformImageError) -> AppError {
|
||||
details["referenceImageCount"] = json!(audit.reference_image_count);
|
||||
details["imageModel"] = json!(audit.image_model);
|
||||
details["rawExcerpt"] = json!(audit.raw_excerpt);
|
||||
details["errorSource"] = json!(audit.error_source);
|
||||
}
|
||||
|
||||
AppError::from_status(status).with_details(details)
|
||||
|
||||
Reference in New Issue
Block a user