infographic-old ยท diff

git:20260217.4f80cec to git:20260916.a3b1e15

1 added, 0 removed. Audit A to A.

---
name: infographic-old
description: "Basic infographic generator. Just tell me what you want and I'll make it."
+ disable-model-invocation: true
---
# Infographic Generator
Make infographics with AI.
## How to Use
1. Tell me what you want
2. I'll generate it
3. Tell me if you want changes
## Generate
When user gives content, create a prompt like:
```
Create an infographic about [topic] with [their content]. Make it look good. 4:5 ratio.
```
Call `generate_image` with the prompt. Show the result.
If they want edits, use `edit_image` or `continue_editing`.
Done.