Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SmartSummaryButton: ask parent component for text | Vika | 2024-08-22 | 1 | -31/+42 |
| | | | | | On receving `smart_summary::Output::Start`, one must reply with `smart_summary::Input::Text(text)` to start the actual summarization. | ||||
* | Factor out the smart summary button | Vika | 2024-08-22 | 1 | -0/+84 |
This is a little bit janky in my opinion, because it takes a reference to the buffer which contents its gonna be summarizing. In a perfect world, it would ask the parent component for the text. |