()
| 136 | } |
| 137 | } |
| 138 | isHit(): boolean { |
| 139 | return this.messages.length > 0; |
| 140 | } |
| 141 | |
| 142 | _history_matches(chatHistory: GPTMessageInclSummary[]): boolean { |
| 143 | // If cache conversation length less than current convo length or the same (no new messages), no match |
no outgoing calls
no test coverage detected