docs 1
This commit is contained in:
@@ -1065,6 +1065,11 @@ Frontend can listen to these events via:
|
||||
- Centralized progress tracking
|
||||
- Easy to add new AI functions (inherit from BaseAIFunction)
|
||||
|
||||
### Current gaps vs code (Dec 2025)
|
||||
- AIEngine now performs a credit pre-check before the AI call (still deducts after SAVE); this is not reflected in earlier notes.
|
||||
- `generate_images` implementation is partially broken: it expects task IDs (not image IDs), tries to read `task.content` (field does not exist), and uses the `extract_image_prompts` prompt path; credit estimation also looks for `image_ids`. Treat it as partial/needs fix.
|
||||
- AIEngine includes messaging/cost maps for `generate_site_structure` (extra function beyond the documented six); not presently documented above.
|
||||
|
||||
---
|
||||
|
||||
## Automation Integration
|
||||
|
||||
Reference in New Issue
Block a user