(workspaceId: string)
| 135 | } |
| 136 | |
| 137 | private getChatHistoryPath(workspaceId: string): string { |
| 138 | return path.join(this.config.getSessionDir(workspaceId), this.CHAT_FILE); |
| 139 | } |
| 140 | |
| 141 | private getChatArchivePath(workspaceId: string): string { |
| 142 | return path.join(this.config.getSessionDir(workspaceId), this.CHAT_ARCHIVE_FILE); |
no test coverage detected