MCPcopy Create free account
hub / github.com/Palm1r/QodeAssist / description

Method description

tools/ReadOriginalHistoryTool.cpp:84–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84QString 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
94QJsonObject ReadOriginalHistoryTool::parametersSchema() const
95{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected