Enhance image generation functionality: Add console tracking to monitor progress and errors during image processing, and include image queue in response metadata for better integration.

This commit is contained in:
IGNY8 VPS (Salman)
2025-11-11 22:19:13 +00:00
parent 253d2e989d
commit ce9663438b
4 changed files with 71 additions and 9 deletions

View File

@@ -84,7 +84,8 @@ class BaseAIFunction(ABC):
original_data: Any,
account=None,
progress_tracker=None,
step_tracker=None
step_tracker=None,
console_tracker=None
) -> Dict:
"""
Save parsed results to database.