be fe fixes
This commit is contained in:
@@ -207,7 +207,8 @@ class GenerateImagePromptsFunction(BaseAIFunction):
|
||||
soup = BeautifulSoup(html_content, 'html.parser')
|
||||
|
||||
# Extract title
|
||||
title = content.title or content.task.title or ''
|
||||
# Get content title (task field was removed in refactor)
|
||||
title = content.title or ''
|
||||
|
||||
# Extract first 1-2 intro paragraphs (skip italic hook if present)
|
||||
paragraphs = soup.find_all('p')
|
||||
|
||||
Reference in New Issue
Block a user