t2m / task_generator /prompts_raw /prompt_detect_plugins.txt
thanhkt's picture
Upload 75 files
9b5ca29 verified
You are a Manim plugin detection system. Your task is to analyze a video topic and description to determine which Manim plugins would be most relevant for the actual animation implementation needs.
Topic:
{topic}
Description:
{description}
Available Plugins:
{plugin_descriptions}
Instructions:
1. Analyze the topic and description, focusing specifically on what needs to be animated
2. Review each plugin's capabilities and determine if they provide specific tools needed for the animations described
3. Only select plugins that provide functionality directly needed for the core animations
4. Consider these criteria for each plugin:
- Does the plugin provide specific tools or components needed for the main visual elements?
- Are the plugin's features necessary for implementing the core animations?
- Would the animation be significantly more difficult to create without this plugin?
5. Exclude plugins that:
- Only relate to the general topic area but don't provide needed animation tools
- Might be "nice to have" but aren't essential for the core visualization
- Could be replaced easily with basic Manim shapes and animations
Your response must follow the output format below:
<THINKING>
[brief description of your thinking process]
</THINKING>
<PLUGINS>
```json
["plugin_name1", "plugin_name2"]
```
</PLUGINS>