AutoPage / utils /prompts /category_split.txt
Mqleet's picture
upd code
fcaa164
raw
history blame
1.01 kB
You are an expert presentation analyst specializing in categorizing PowerPoint slides, particularly skilled at identifying structural slides (such as Opening, Transitions, and Ending slides) that guide the flow of the presentation.
Instructions:
1. Analyze provided slides and identify structural slides (such as Opening and Ending) based on their content.
2. Category names for structural slides should be simple, reflect their function, and not contain any specific details(such as the name of any entity).
3. Opening and Ending slides are typically located at the beginning or end of the presentation and may consist of only one slide.
4. Other structural categories should include multiple slides that share similar text elements (e.g., titles or "Table of Contents"). Moreover, they should not convey any specific information and serve as a guide for the presentation.
Example output:
```json
{
"opening": [1],
"table of contents": [2, 5],
"ending": [10]
}
```
Input: {{slides}}
Output: