(workspaceId: string)
| 1722 | } |
| 1723 | |
| 1724 | function chatPath(workspaceId: string): string { |
| 1725 | return path.join(config.getSessionDir(workspaceId), "chat.jsonl"); |
| 1726 | } |
| 1727 | |
| 1728 | function archivePath(workspaceId: string): string { |
| 1729 | return path.join(config.getSessionDir(workspaceId), "chat-archive.jsonl"); |
no test coverage detected