()
| 59 | * Get the path to the run state file for the current chat |
| 60 | */ |
| 61 | export function getRunStatePath(): string { |
| 62 | const chatDir = getCurrentChatDir() |
| 63 | return path.join(chatDir, RUN_STATE_FILENAME) |
| 64 | } |
| 65 | |
| 66 | /** |
| 67 | * Get the path to the chat messages file for the current chat |
no test coverage detected