()
| 102 | * Get the tool results directory for this session (projectDir/sessionId/tool-results) |
| 103 | */ |
| 104 | export function getToolResultsDir(): string { |
| 105 | return join(getSessionDir(), TOOL_RESULTS_SUBDIR) |
| 106 | } |
| 107 | |
| 108 | // Preview size in bytes for the reference message |
| 109 | export const PREVIEW_SIZE_BYTES = 2000 |
no test coverage detected