| 82 | } |
| 83 | |
| 84 | QString ReadOriginalHistoryTool::description() const |
| 85 | { |
| 86 | return "Read the original, full chat history from before this conversation was " |
| 87 | "compressed into a summary. Use this only when the summary in context is " |
| 88 | "missing a detail you need (an exact code snippet, file path, decision, or " |
| 89 | "wording). The result can be large, so prefer the 'query' parameter to search " |
| 90 | "and 'offset'/'limit' to page through messages. Returns nothing useful if the " |
| 91 | "conversation was never compressed."; |
| 92 | } |
| 93 | |
| 94 | QJsonObject ReadOriginalHistoryTool::parametersSchema() const |
| 95 | { |
nothing calls this directly
no outgoing calls
no test coverage detected