fix(fastapi): fixes slide content not parsing to json

This commit is contained in:
sauravniraula 2025-07-16 21:28:56 +05:45
parent c9aa3b07b0
commit eab374ced3
No known key found for this signature in database
GPG key ID: 60FCC1B5A5E83326

View file

@ -82,4 +82,4 @@ async def get_slide_content_from_type_and_outline(
response_json_schema=slide_layout.json_schema,
),
)
return response.text
return json.loads(response.text)