Large Text Chunked Summarizer
「大規模テキスト要約チャンカー」
Process and summarize large text files by breaking them into chunks for OpenAI and recombining the results.
「大容量のテキストファイルを処理し要約するには、OpenAI用にチャンクに分割してから結果を再結合します。」
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."