Learn how to create slides from Markdown input.
number_slides
value, it must equal the length of the outline list. Additionally, for each outline item, you may only provide either the markdown
attribute or a combination of layout_instruction
and/or content_instruction
. If markdown
is provided, all other instructions for that slide are ignored.markdown
attribute is provided. When markdown
is used, the provided content is inserted directly into the slide and all other prompt or layout instructions are ignored.
outline
array contains five items, matching the number_slides
value of 5.markdown
attribute exclusively. For these slides, the provided Markdown is the exact content inserted—all other prompt or layout instructions are ignored.markdown
attribute, the mapped Markdown content is inserted directly into the chosen slide. In this mode, all other prompt or layout instructions for that slide are disregarded, guaranteeing that the slide displays exactly the content you provided.