From e698312f7c984208c24d8a8533453c49559dc050 Mon Sep 17 00:00:00 2001 From: Suraj Jha Date: Thu, 3 Jul 2025 16:33:35 +0545 Subject: [PATCH] Update generate-presentation-over-api.mdx --- docs/tutorial/generate-presentation-over-api.mdx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/tutorial/generate-presentation-over-api.mdx b/docs/tutorial/generate-presentation-over-api.mdx index 8d8ed47b..c497b5d8 100644 --- a/docs/tutorial/generate-presentation-over-api.mdx +++ b/docs/tutorial/generate-presentation-over-api.mdx @@ -133,12 +133,12 @@ Here's a quick reference for the key parameters you can set: | Parameter | Type | Required | Description | | ----------- | ------ | -------- | ---------------------------------------------------------- | -| `prompt` | string | 👍 Yes | Topic/title of your presentation | -| `n_slides` | int | ❌ No | Number of slides (default: 8; min: 5, max: 15) | -| `language` | string | ❌ No | Language you'd like the presentation in (default: English) | -| `theme` | string | ❌ No | Optional styling (e.g.: "light", "dark", "royal_blue") | -| `documents` | file[] | ❌ No | Additional supporting documents (PDF/PPTX/DOCX/TXT) | -| `export_as` | string | ❌ No | "pptx" or "pdf" (default: pptx) | +| `prompt` | string | Yes | Topic/title of your presentation | +| `n_slides` | int | No | Number of slides (default: 8; min: 5, max: 15) | +| `language` | string | No | Language you'd like the presentation in (default: English) | +| `theme` | string | No | Optional styling (e.g.: "light", "dark", "royal_blue") | +| `documents` | file[] | No | Additional supporting documents (PDF/PPTX/DOCX/TXT) | +| `export_as` | string | No | "pptx" or "pdf" (default: pptx) | Yes, it can generate presentations directly from most popular file formats. Make sure you understand the context window of model you're using with respect to file size.