The generator uses a clean directory-only structure for organized output with AI provider separation.
flowchart TD Config[OUTPUT_STRUCTURE="by_model"] --> Structure["🗂️ Directory-Only Structure"] Structure --> Output["Ausgabe/job-profile/
├── sample_content/
│ ├── anschreiben.md
│ ├── lebenslauf.md
│ ├── README.md
│ └── pdf/
├── claude_sonnet_3_5/
│ ├── anschreiben.md
│ ├── lebenslauf.md
│ └── pdf/
└── llama_3_1_8b/
├── anschreiben.md
└── pdf/"] Structure --> Benefits["✅ Benefits
• No root files
• Clean separation
• Easy comparison
• Provider-specific docs"] style Structure fill:#e8f5e8 style Output fill:#f3e5f5 style Benefits fill:#e1f5fe
sample_content/
, claude_sonnet_3_5/
)