Refactor content status terminology and enhance cluster serializers with idea and content counts
This commit is contained in:
@@ -198,7 +198,7 @@ class GenerateContentFunction(BaseAIFunction):
|
||||
tags = parsed.get('tags', [])
|
||||
categories = parsed.get('categories', [])
|
||||
# Content status should always be 'draft' for newly generated content
|
||||
# Status can only be changed manually to 'review' or 'published'
|
||||
# Status can only be changed manually to 'review' or 'publish'
|
||||
content_status = 'draft'
|
||||
else:
|
||||
# Plain text response (legacy)
|
||||
|
||||
Reference in New Issue
Block a user