Merge branch 'feat/custom_schema_and_layout' of github.com:presenton/presenton into feat/custom_schema_and_layout
This commit is contained in:
commit
8b5f8abe50
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue