| 59 | |
| 60 | public: |
| 61 | PromptCache() : checksum_(0), tool_checksums_() {} |
| 62 | |
| 63 | bool can_use_tool_cache(json& tools) { |
| 64 | std::vector<uint64_t> new_tool_checksums = _calculate_tool_checksums(tools); |
nothing calls this directly
no outgoing calls
no test coverage detected