| 1 | |
| 2 | """ This Example shows a packaged 'document_summarizer' prompt using the slim-summary-tool. It shows a variety of |
| 3 | techniques to summarize documents generally larger than a LLM context window, and how to assemble multiple source |
| 4 | batches from the document, as well as using a 'query' and 'topic' to focus on specific segments of the document. """ |
nothing calls this directly
no test coverage detected