Large Text Chunked Summarizer
Process and summarize large text files by breaking them into chunks for OpenAI and recombining the results.
Prompt
"Create a GitHub Action that reads a large text file (e.g., `design-rationale.md`), splits it into chunks, sends them to OpenAI for summarization, and merges the responses into a single summary file."