Merge pull request #218 from presenton/fix/speaker-note-null-issue

fix(fastapi): speaker note null issue on api
This commit is contained in:
Saurav Niraula 2025-08-14 21:27:05 +05:45 committed by GitHub
commit a6b19aaa34
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -429,6 +429,7 @@ async def generate_presentation_api(
layout_group=layout_model.name,
layout=slide_layout.id,
index=i,
speaker_note=slide_content.get("__speaker_note__", ""),
content=slide_content,
)
async_asset_generation_tasks.append(