Concept Flow - Code-aware text splitting
Input: Large Code Text
Identify Code Boundaries
Split Text at Logical Points
Create Smaller Code Chunks
Output: List of Code Chunks
The process starts with a large code text, then finds logical places to split it, and finally outputs smaller code chunks.