Merge branch 'feat/custom_schema_and_layout' of github.com:presenton/presenton into feat/custom_schema_and_layout

This commit is contained in:
shiva raj badu 2025-07-16 21:31:52 +05:45
commit 8b5f8abe50

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)