Version 1.9.0
This commit is contained in:
@@ -147,7 +147,7 @@ ContentIdeas → Tasks → Content → Images → Review → Publish
|
||||
|
||||
**Trigger:** User clicks "Generate" on task
|
||||
**AI Function:** `GenerateContentFunction`
|
||||
**Credit Cost:** Per 100 words generated
|
||||
**Credit Cost:** Based on AI tokens used (see AIModelConfig)
|
||||
|
||||
**Flow:**
|
||||
1. User has task with title, keywords, word count target
|
||||
@@ -165,7 +165,7 @@ ContentIdeas → Tasks → Content → Images → Review → Publish
|
||||
|
||||
**Trigger:** Part of content generation or explicit
|
||||
**AI Function:** `GenerateImagePromptsFunction`
|
||||
**Credit Cost:** Per prompt
|
||||
**Credit Cost:** Based on AI tokens used (see AIModelConfig)
|
||||
|
||||
**Flow:**
|
||||
1. Content exists with body
|
||||
@@ -179,7 +179,7 @@ ContentIdeas → Tasks → Content → Images → Review → Publish
|
||||
|
||||
**Trigger:** User clicks "Generate Images" or automation
|
||||
**AI Function:** `GenerateImagesFunction`
|
||||
**Credit Cost:** Per image
|
||||
**Credit Cost:** Deducted per image (see AIModelConfig.credits_per_image)
|
||||
|
||||
**Flow:**
|
||||
1. Image record exists with prompt, status=pending
|
||||
|
||||
Reference in New Issue
Block a user